willwhite / stripe-cli

A JavaScript/JSON compatible command line interface for Stripe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A JavaScript/JSON compatible command line interface for Stripe


Languages

Language:JavaScript 100.0%