/stripe-cli

A JavaScript/JSON compatible command line interface for Stripe

Primary LanguageJavaScript

Stripe CLI

A JavaScript/JSON compatible port of Stripe::CLI.

This is a work in progress. Currently only listing is supported.

Installation

npm install -g stripe-cli

Configuration

Add your Stripe secret key to a JSON file located at ~/.striperc:

{
    "key": "sk_******************"
}

Usage

Run stripe or see USAGE.txt for usage information.