buttons trigger
Manage button triggers (cron, watch, webhook)Synopsis
Attach event triggers to a button so it presses automatically. Triggers run under ‘buttons serve’:- cron fires on a schedule (5-field cron, in-process scheduler)
- watch fires when a file changes (polled, 500ms debounce)
- webhook fires on an HTTP POST to a path on the serve listener
Options
Options inherited from parent commands
SEE ALSO
- buttons - Deterministic workflow engine for agents
- buttons trigger add - Add a trigger to a button
- buttons trigger list - List triggers (all buttons, or one)
- buttons trigger rm - Remove a trigger from a button