compozy config
Inspect and mutate Compozy configuration
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
This command displays human-readable help and its subcommand list. The inherited -o, --output and --json flags do not serialize help output.
| Format | Output |
|---|---|
human | Help and subcommand list |
json | Not emitted for help |
jsonl | Not emitted for help |
toon | Not emitted for help |
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 |