Title here
Summary here
Display detailed command information
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] # 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 --full Show complete instructions (default truncated)
-h, --help help for show
--json Output as JSON --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)