Skip to main content

ideon settings

What This Command Does

ideon settings opens the interactive settings flow so you can review and update runtime defaults and credential storage.

For non-interactive automation and agent workflows, use ideon config.

Usage

ideon settings

Arguments and Options

Flag/ArgumentShorthandRequiredTypeDefaultAllowed ValuesDescription
NoneNoneNon/an/an/aThis command has no arguments or flags.

Examples

Minimal happy path
ideon settings
Common real-world path
IDEON_DISABLE_KEYTAR=true ideon settings
Debug-focused verification
ideon settings && ideon --version

Output and Exit Codes

When settings are saved successfully, Ideon prints the settings file path and returns a success exit code.

Exit codeMeaning
0Settings flow completed successfully.
1Command failed due to runtime or validation errors.
130Command interrupted by Ctrl+C.

Versioning and Deprecation Notes

  • Current behavior applies to Ideon 0.1.6.
  • No deprecated flags apply to this command.