Class DataStoresList

java.lang.Object
ai.wanaku.cli.main.commands.BaseCommand
ai.wanaku.cli.main.commands.datastores.DataStoresList
All Implemented Interfaces:
Callable<Integer>

public class DataStoresList extends BaseCommand
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.