Skip to content
AGH RuntimeUpdate

agh update

Check for and apply the latest stable AGH release

Audience
Operators running durable agent work
Focus
Update guidance shaped for scanability, day-two clarity, and operator context.

agh update

Check for and apply the latest stable AGH release

Synopsis

Check GitHub Releases for the latest stable AGH build and apply it when this install supports self-update. Managed installs return the exact package-manager upgrade path instead of mutating files directly.

agh update [flags]

Examples

agh update
  agh update --check
  agh update -o json

Options

      --check   Check for a newer stable release without changing files
  -h, --help    help for update

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

Example:

agh update -o json

On this page