#rucama_05090
1 messages · Page 1 of 1 (latest)
hi! stripe-cli is not guranteed to support every possible event, it depends on someone writing a fixture (https://github.com/stripe/stripe-cli/tree/master/pkg/fixtures/triggers) that will implement them and that might not get done until someone points out it's missing, or until beta products are fully released
you could generate the events either by just calling the API directly and using Identity and generate real events that way, and/or you can write a fixture file (https://stripe.com/docs/cli/fixtures) that calls the API and has the side effect of producing the events
I see, I'll look into writing a fixture file then. Thanks @wispy panther!