How to resend events in Sandbox?

It seems that stripe preview events does not have the resend method available. How can I replay an event for my sandbox environment? Thanks for any inputs

I have found that stripe events resend <event_id> --api-key <API_KEY> works for the sandbox env, but it’s not ideal to pass the api key every time you want to replay en event.

Hi! On the core CLI, you can use stripe login to pick a sandbox and then use the stripe events resend command. That’ll run the resend command on the sandbox you picked without needing to pass in the --api-key flag all the time.

We don’t have plans to introduce the resend command to the preview plugin.