Skip to content
Completion
AGH RuntimeCompletion

agh completion

Generate the autocompletion script for the specified shell

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

agh completion

Generate the autocompletion script for the specified shell

Synopsis

Generate the autocompletion script for agh for the specified shell. See each sub-command's help for details on how to use the generated script.

Options

  -h, --help   help for completion

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 completion bashGenerate the autocompletion script for bash
agh completion fishGenerate the autocompletion script for fish
agh completion powershellGenerate the autocompletion script for powershell
agh completion zshGenerate the autocompletion script for zsh

On this page