A JavaScript/JSON compatible port of Stripe::CLI.
This is a work in progress. Currently only listing is supported.
npm install -g stripe-cli
Add your Stripe secret key to a JSON file located at ~/.striperc
:
{
"key": "sk_******************"
}
Run stripe
or see USAGE.txt for usage information.