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.