aix status

aix status

Show configuration overview

Synopsis

Show an overview of what’s configured across all platforms.

Displays counts of skills, slash commands, and MCP servers for each detected platform.

Output modes (mutually exclusive): (default) Compact tabular view with counts per platform –quiet Summary counts only, one line per platform –verbose Show detailed item information (descriptions, env vars) –json Machine-readable JSON output

In verbose mode, sensitive environment variable values (TOKEN, SECRET, KEY, PASSWORD, CREDENTIAL, AUTH) are redacted for security.

aix status [flags]

Examples

  # Show status for all platforms
  aix status

  # Quick summary
  aix status --quiet

  # Detailed view with item information
  aix status --verbose

  # JSON output for scripting
  aix status --json

See Also: aix doctor, aix config

Options

  -h, --help      help for status
      --json      output as JSON
      --quiet     summary counts only
      --verbose   show detailed item information

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)

SEE ALSO

  • aix - Unified CLI for AI coding assistant configurations
Auto generated by spf13/cobra on 24-Jan-2026