Skip to content
AutomationTriggers
AGH RuntimeAutomation

agh automation triggers

Manage automation triggers

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

agh automation triggers

Manage automation triggers

agh automation triggers [flags]

Options

      --event string       Filter by activation event
  -h, --help               help for triggers
      --last int           Show only the most recent N triggers
      --scope string       Filter by scope: global or workspace
      --source string      Filter by definition source: config or dynamic
      --workspace string   Filter by workspace path, name, or ID

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 automation triggers -o json

Subcommands

CommandDescription
agh automation triggers createCreate an automation trigger
agh automation triggers deleteDelete an automation trigger
agh automation triggers getShow one automation trigger
agh automation triggers historyShow run history for one automation trigger
agh automation triggers updateUpdate an automation trigger

On this page