aix command show

aix command show

Display detailed command information

Synopsis

Display detailed information about an installed slash command.

Searches for the command across all detected platforms (or only the specified –platform). Shows metadata, installation locations, and an instructions preview.

aix command show <name> [flags]

Examples

  # Show command details
  aix command show review

  # Show full instructions (no truncation)
  aix command show review --full

  # Output as JSON
  aix command show review --json

  # Show details for a specific platform
  aix command show review --platform claude

  See Also:
    aix command list     - List installed commands
    aix command edit     - Edit a command definition
    aix command validate - Validate a command file

Options

      --full   Show complete instructions (default truncated)
  -h, --help   help for show
      --json   Output as JSON

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