Class DataStoresList
java.lang.Object
ai.wanaku.cli.main.commands.BaseCommand
ai.wanaku.cli.main.commands.datastores.DataStoresList
List subcommand for data stores.
This command retrieves and displays all data store entries, optionally filtered by label expressions. The output includes ID, name, and truncated data for each entry.
Label expressions support logical operators (AND, OR, NOT) for complex filtering. See the label expression manual page for detailed syntax information.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDisplay class for table printing. -
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
-
DataStoresList
public DataStoresList()
-
-
Method Details
-
doCall
- Specified by:
doCallin classBaseCommand- Throws:
Exception
-