cleo config
View and modify configuration (project and global)
Synopsis
cleo config <show|set|get|list|reset> [OPTIONS]
Subcommands
| Subcommand | Description |
|---|
show | Run cleo config show --help for details |
set | Run cleo config set --help for details |
get | Run cleo config get --help for details |
list | Run cleo config list --help for details |
reset | Run cleo config reset --help for details |
Options
| Option | Description |
|---|
--format | Output format: text, json |
--quiet | Suppress output, return only essential data |
--global | Apply to global configuration |
This command supports JSON output via --json flag for LLM agent integration.
Examples
Exit Codes
| Code | Meaning | Recoverable |
|---|
0 | Success | No |
2 | Invalid arguments | No |
8 | Configuration error | No |
See Also