Title here
Summary here
Set a configuration value
Set a configuration value.
For array values like default_platforms, use comma-separated values. Platform names are validated against supported platforms.
aix config set <key> <value> [flags] # Set version
aix config set version 2
# Set default platforms
aix config set default_platforms claude,opencode
See Also: aix config get, aix config list -h, --help help for set --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)