Title here
Summary here
Get a configuration value
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] # Get version
aix config get version
# Get default platforms
aix config get default_platforms
See Also: aix config set, aix config list -h, --help help for get --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)