Config
compozy config
Inspect and mutate Compozy configuration
- Audience
- Operators running durable agent work
- Focus
- Config guidance shaped for scanability, day-two clarity, and operator context.
compozy config
Inspect and mutate Compozy configuration
Options
-h, --help help for configOptions inherited from parent commands
--json Emit JSON output
-o, --output string Output format: human, json, jsonl, or toon (default "human")Output Formats
Every Compozy command supports -o, --output:
humanfor interactive terminal usejsonfor scripts and other machine-readable consumersjsonlfor wait or streaming commands that emit one JSON record per linetoonfor compact agent-readable summaries
Subcommands
| Command | Description |
|---|---|
| compozy config apply-history | List persisted config apply records |
| compozy config check | Alias for config validate |
| compozy config edit | Open the selected config overlay in $VISUAL or $EDITOR |
| compozy config get | Get one redacted effective config value |
| compozy config list | List redacted effective config values |
| compozy config path | Show resolved Compozy config paths |
| compozy config reload | Reconcile config.toml with the daemon active generation |
| compozy config set | Set one config value through the validated config writer |
| compozy config show | Show the redacted effective config |
| compozy config unset | Remove one config value through the validated config writer |
| compozy config validate | Validate Compozy configuration |