Tofu
CLI · tofu watch

tofu watch — stream live webhook events

Watch streams every incoming webhook for a hook plus the outcome of forwarding to each enabled target. Use it while wiring up a new handler or debugging a delivery failure.

tofu watch stripe

Stream incoming events for the stripe hook, plus the result of forwarding to each target.

tofu watch stripe --deliveries

Show delivery updates as they come in: target name, status code, and response time.

tofu watch stripe --target local

Filter delivery updates to a single target. Useful when watching one app in a multi-target hook.

What you see

Each line shows the event ID, method, path, and provider headers relevant for signature verification. With --deliveries, per-target results follow: HTTP status, latency, and the first bytes of the response body if delivery failed.

Terminal
$ tofu watch stripe --deliveries$ # event evt_01HX...  POST /e/abc  signature-header=t=...,v1=...$ # delivery local      200 OK     42ms