triggers create
For the
github provider, --event, --org, and --repo build --trigger-source for you, so you don’t have to assemble that string by hand.
triggers webhook-url
Print the full webhook URL for a binding. This is the URL you paste into GitHub or your other source system.
--json.
triggers test
Send a signed test webhook.
triggers list and show
triggers update
Disabling is usually better than deleting when you want to stop a trigger temporarily — the binding, its secret, and its event history survive.
triggers delete
--confirm skips the prompt. No --json.
Inspecting deliveries
triggers events is where you look when a webhook fired but no run started — it shows what arrived and what the platform did with it.
See also
- Triggers — how triggers behave.
- Trigger an agent — walkthrough.