AutomationTriggers
compozy automation triggers
Manage automation triggers
- Audience
- Operators running durable agent work
- Focus
- Automation guidance shaped for scanability, day-two clarity, and operator context.
compozy automation triggers
Manage automation triggers
compozy automation triggers [flags]Options
--cursor string Continue after this automation trigger cursor
--enabled Filter by enabled state; use --enabled=false for disabled triggers
--event string Filter by activation event
-h, --help help for triggers
--limit int Maximum triggers per page (default 50)
--loop string Filter by loop target name
--query string Search triggers by definition or filter fields
--scope string Filter by scope: global or workspace
--source string Filter by definition source: config, package, or dynamic
--workspace string Override workspace filter (ID, name, or path)Options inherited from parent commands
--json Emit JSON output
-o, --output string Output format: human, json, jsonl, or toon (default "human")Output Formats
Every Compozy 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:
compozy automation triggers -o jsonSubcommands
| Command | Description |
|---|---|
| compozy automation triggers create | Create an automation trigger |
| compozy automation triggers delete | Delete an automation trigger |
| compozy automation triggers get | Show one automation trigger |
| compozy automation triggers history | Show run history for one automation trigger |
| compozy automation triggers update | Update an automation trigger |