aix config get

aix config get

Get a configuration value

Synopsis

Get a single configuration value by key.

Supports dot notation for nested keys. Array values are printed one per line.

aix config get <key> [flags]

Examples

  # Get version
  aix config get version

  # Get default platforms
  aix config get default_platforms

See Also: aix config set, aix config list

Options

  -h, --help   help for get

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