Skip to content
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 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 AGH 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
agh config checkAlias for config validate
agh config editOpen the selected config overlay in $VISUAL or $EDITOR
agh config getGet one redacted effective config value
agh config listList redacted effective config values
agh config pathShow resolved AGH config paths
agh config setSet one config value through the validated config writer
agh config showShow the redacted effective config
agh config validateValidate AGH configuration

On this page