Skip to content
Support
AGH RuntimeSupport

agh support bundle

Create and download a redacted support bundle

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

agh support bundle

Create and download a redacted support bundle

agh support bundle [flags]

Examples

  # Create a bundle and write it under $AGH_HOME/support-bundles
  agh support bundle --yes

  # Write the daemon-built bundle to a specific path
  agh support bundle --yes --output /tmp/agh-support-bundle.tar.gz

Options

  -h, --help            help for bundle
      --no-status       Omit status.json, doctor.json, providers.json, and runtime status snapshots
      --output string   Path or directory for the downloaded bundle
      --yes             Confirm support bundle creation without an interactive prompt

Options inherited from parent commands

      --json   Emit JSON output

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 support bundle -o json

On this page