Skip to content

Commit

Permalink
add thin event listen example to help text
Browse files Browse the repository at this point in the history
  • Loading branch information
charliecruzan-stripe committed Nov 16, 2024
1 parent 5654c05 commit 8b46170
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/cmd/listen.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

Expand Down

0 comments on commit 8b46170

Please sign in to comment.