Issue
Listening for all thin events triggers warning, does not forward thin events.
Expected Behavior
Following the documentation in both https://docs.stripe.com/cli/listen and Stripe Dashboard Workbench/Webhooks/Overview/Set up local listener/Advanced Options suggest using '*' as an argument to --thin-events, e.g.
stripe listen --thin-events '*' --forward-thin-to localhost:4242/webhook
I expect that I receive thin event webhooks to that address and I don't receive a warning. However, I do receive a warning and I do not receive webhooks. The same address works using --forward-to argument.
Steps to reproduce
Enter the command as shown in the documentation.
Traceback
stripe version
stripe version 1.29.0
stripe listen --thin-events '*' --forward-thin-to localhost:3000/stripe-webhook
[Fri, 22 Aug 2025 08:39:32 PDT] INFO Warning: You're attempting to listen for "*", which isn't a valid thin event or preview event
> Ready! You are using Stripe API Version [2025-07-30.basil]. Your webhook signing secret is ----.
2025-08-22 08:36:07 --> customer.updated [evt_1Ryx0dGfwWrHI2ZUh60SvFQb]
2025-08-22 08:36:07 --> test_helpers.test_clock.created [evt_1Ryx0dGfwWrHI2ZUaylJS8iK]
2025-08-22 08:36:11 --> invoice.upcoming [evt_1Ryx0gGfwWrHI2ZUFwVRIQwW]
2025-08-22 08:36:11 --> customer.subscription.trial_will_end [evt_1Ryx0hGfwWrHI2ZUlPzVkWUA]
2025-08-22 08:36:13 --> invoice.created [evt_1Ryx0jGfwWrHI2ZUPLrNb1U0]
2025-08-22 08:36:13 --> customer.subscription.updated [evt_1Ryx0jGfwWrHI2ZULq1b0V49]
2025-08-22 08:36:18 --> test_helpers.test_clock.ready [evt_1Ryx0oGfwWrHI2ZUfhplcDwB]
Note that webhooks are not printing a status code to indicate they received a response.
Environment
macOS. Note use of 2025-07-30.basil and cli 1.29.0.
Issue
Listening for all thin events triggers warning, does not forward thin events.
Expected Behavior
Following the documentation in both https://docs.stripe.com/cli/listen and Stripe Dashboard Workbench/Webhooks/Overview/Set up local listener/Advanced Options suggest using '*' as an argument to --thin-events, e.g.
stripe listen --thin-events '*' --forward-thin-to localhost:4242/webhookI expect that I receive thin event webhooks to that address and I don't receive a warning. However, I do receive a warning and I do not receive webhooks. The same address works using --forward-to argument.
Steps to reproduce
Enter the command as shown in the documentation.
Traceback
Note that webhooks are not printing a status code to indicate they received a response.
Environment
macOS. Note use of 2025-07-30.basil and cli 1.29.0.