From 1ca1e17ac50b8477965842472f0fa754faaf1dd8 Mon Sep 17 00:00:00 2001 From: charliecruzan-stripe <97612659+charliecruzan-stripe@users.noreply.github.com> Date: Fri, 15 Nov 2024 16:40:59 -0800 Subject: [PATCH] add thin event listen example to help text (#1272) --- pkg/cmd/listen.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkg/cmd/listen.go b/pkg/cmd/listen.go index c6539afa..59ec6f79 100644 --- a/pkg/cmd/listen.go +++ b/pkg/cmd/listen.go @@ -68,7 +68,9 @@ API version, filter events, or even load your saved webhook endpoints from your Stripe account.`, Example: `stripe listen stripe listen --events charge.captured,charge.updated \ - --forward-to localhost:3000/events`, + --forward-to localhost:3000/events + stripe listen --thin-events v1.billing.meter.no_meter_found \ + --forward-thin-to localhost:3000/thin-events`, RunE: lc.runListenCmd, }