trigger 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.
trigger webhook-url
Print the full webhook URL for a binding. This is the URL you paste into GitHub or your other source system.
--json.
trigger test
Send a signed test webhook.
trigger list and show
trigger update
Disabling is usually better than deleting when you want to stop a trigger temporarily — the binding, its secret, and its event history survive.
trigger delete
--confirm skips the prompt. No --json.
Inspecting deliveries
trigger event list 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.