Feature
This is something that would be nice to have, I would like to request support for multiple file input support for thestripe fixtures command.
Currently you could always do:
stripe fixtures ./subscription.created.json && stripe fixtures ./teardown.json
However it would be neat if the fixtures command allowed unlimited file input args:
stripe fixtures ./subscription.created.json ./teardown.json