Config
AGH RuntimeConfig
agh config
Inspect and mutate AGH configuration
- Audience
- Operators running durable agent work
- Focus
- Config guidance shaped for scanability, day-two clarity, and operator context.
agh config
Inspect and mutate AGH 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 AGH 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 |
|---|---|
| agh config check | Alias for config validate |
| agh config edit | Open the selected config overlay in $VISUAL or $EDITOR |
| agh config get | Get one redacted effective config value |
| agh config list | List redacted effective config values |
| agh config path | Show resolved AGH config paths |
| agh config set | Set one config value through the validated config writer |
| agh config show | Show the redacted effective config |
| agh config validate | Validate AGH configuration |