Title here
Summary here
Manage aix configuration
Manage aix configuration stored in ~/.config/aix/config.yaml.
Without a subcommand, lists all configuration values.
aix config [flags] # List all configuration
aix config
# Get a specific value
aix config get default_platforms
# Set a value
aix config set default_platforms claude,opencode
See Also: aix init, aix doctor -h, --help help for config --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)