Title here
Summary here
List installed slash commands
List all installed slash commands grouped by platform.
By default, lists commands for all detected platforms. Use the –platform flag to limit to specific platforms.
aix command list [flags] # List all commands
aix command list
# List commands for a specific platform
aix command list --platform claude
# Output as JSON
aix command list --json
See Also:
aix command show - Show command details
aix command edit - Edit a command definition
aix command install - Install a new command -h, --help help for list
--json Output in JSON format --log-file string write logs to file in JSON format
--log-format string log format: text, json (default "text")
-p, --platform strings target platform(s): claude, opencode (default: all detected)
-q, --quiet suppress non-error output
-v, --verbose count increase verbosity level (e.g., -v, -vv)