Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 465 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 465 Bytes

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.