aix config edit

aix config edit

Open configuration in $EDITOR

Synopsis

Open the configuration file in your default editor.

Uses $EDITOR environment variable, or falls back to vi. If no configuration file exists, prints an error suggesting to run ‘aix init’.

aix config edit [flags]

Examples

  # Open config in default editor
  aix config edit

  # Open with specific editor
  EDITOR=nano aix config edit

See Also: aix config list, aix init

Options

  -h, --help   help for edit

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