Class ResourcesList
java.lang.Object
ai.wanaku.cli.main.commands.BaseCommand
ai.wanaku.cli.main.commands.resources.ResourcesList
Command to list resources registered in the Wanaku platform.
This command retrieves and displays all registered resources, optionally filtered by label expressions. The output includes resource name, type, description, and location for each resource.
Label expressions support logical operators (AND, OR, NOT) for complex filtering. See the label expression manual page for detailed syntax information.
-
Field Summary
FieldsFields inherited from class ai.wanaku.cli.main.commands.BaseCommand
authTokenOverride, EXIT_ERROR, EXIT_OK, noAuth -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoCall(org.jline.terminal.Terminal terminal, WanakuPrinter printer) Methods inherited from class ai.wanaku.cli.main.commands.BaseCommand
call, initAuthenticatedService, initService, initService
-
Field Details
-
host
-
-
Constructor Details
-
ResourcesList
public ResourcesList()
-
-
Method Details
-
doCall
- Specified by:
doCallin classBaseCommand- Throws:
Exception
-