aix command list

aix command list

List installed slash commands

Synopsis

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]

Examples

  # 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

Options

  -h, --help   help for list
      --json   Output in JSON format

Options inherited from parent commands

      --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)

SEE ALSO

Auto generated by spf13/cobra on 24-Jan-2026