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 IDOptions 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:
humanfor interactive terminal usejsonfor scripts and other machine-readable consumersjsonlfor wait or streaming commands that emit one JSON record per linetoonfor compact agent-readable summaries
Example:
agh automation triggers -o jsonSubcommands
| Command | Description |
|---|---|
| agh automation triggers create | Create an automation trigger |
| agh automation triggers delete | Delete an automation trigger |
| agh automation triggers get | Show one automation trigger |
| agh automation triggers history | Show run history for one automation trigger |
| agh automation triggers update | Update an automation trigger |