Skip to main content

cleo config

View and modify configuration (project and global)

Synopsis

cleo config <show|set|get|list|reset> [OPTIONS]

Subcommands

SubcommandDescription
showRun cleo config show --help for details
setRun cleo config set --help for details
getRun cleo config get --help for details
listRun cleo config list --help for details
resetRun cleo config reset --help for details

Options

OptionDescription
--formatOutput format: text, json
--quietSuppress output, return only essential data
--globalApply to global configuration
This command supports JSON output via --json flag for LLM agent integration.

Examples

cleo config

Exit Codes

CodeMeaningRecoverable
0SuccessNo
2Invalid argumentsNo
8Configuration errorNo

See Also