Class ResourcesList

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

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