aix config

aix config

Manage aix configuration

Synopsis

Manage aix configuration stored in ~/.config/aix/config.yaml.

Without a subcommand, lists all configuration values.

aix config [flags]

Examples

  # 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

Options

  -h, --help   help for config

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