arctl agent list
List agents that are published to the registry.
Usage
arctl agent list [flags]Example:
arctl agent list
arctl agent list --all --output jsonCommand-specific flags
-a, --all: Show all items without pagination
-o, --output string: Output format (table, json, yaml) (default "table")
-p, --page-size int: Number of items per page (default 15)Global flags
-v, --verbose: Enable verbose output.
-h, --help: Display help information for the command.