Skip to content
Config
CompozyOS RuntimeConfig

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 config

Options 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:

  • human for interactive terminal use
  • json for scripts and other machine-readable consumers
  • jsonl for wait or streaming commands that emit one JSON record per line
  • toon for compact agent-readable summaries

Subcommands

CommandDescription
compozy config apply-historyList persisted config apply records
compozy config checkAlias for config validate
compozy config editOpen the selected config overlay in $VISUAL or $EDITOR
compozy config getGet one redacted effective config value
compozy config listList redacted effective config values
compozy config pathShow resolved Compozy config paths
compozy config reloadReconcile config.toml with the daemon active generation
compozy config setSet one config value through the validated config writer
compozy config showShow the redacted effective config
compozy config unsetRemove one config value through the validated config writer
compozy config validateValidate Compozy configuration

On this page