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/Argument | Shorthand | Required | Type | Default | Allowed Values | Description |
|---|---|---|---|---|---|---|
| None | None | No | n/a | n/a | n/a | This 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 code | Meaning |
|---|---|
0 | Settings flow completed successfully. |
1 | Command failed due to runtime or validation errors. |
130 | Command interrupted by Ctrl+C. |
Related Commands
Versioning and Deprecation Notes
- Current behavior applies to Ideon
0.1.6. - No deprecated flags apply to this command.