Title here
Summary here
Open configuration in $EDITOR
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] # Open config in default editor
aix config edit
# Open with specific editor
EDITOR=nano aix config edit
See Also: aix config list, aix init -h, --help help for edit --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)