Skip to content
A command-line tool for Stripe
Go Shell Other
Branch: master
Clone or download

Latest commit

suz-stripe Add GitHub Action workflow for tests (#458)
* add GitHub Actions test workflow

* fix root test hardcoded paths for os compat

* fix client login test on windows

* fix poll test on windows

* attempt to get mispell installed on Windows

* remove redundant misspell installation

* set Github Action to use LF when pulling repo down
Latest commit f120a20 Jun 5, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Add GitHub Action workflow for tests (#458) Jun 4, 2020
.vscode Create config command that lets users modify their configs (#81) Aug 12, 2019
api/openapi-spec Update OpenAPI spec (#441) Apr 30, 2020
cmd/stripe New project layout (#9) Jul 8, 2019
docs New demo gif (#281) Nov 5, 2019
pkg Add GitHub Action workflow for tests (#458) Jun 4, 2020
scripts Upload Windows archives to VirusTotal (#382) Feb 19, 2020
triggers Add checkout async payment failed webhook (#454) May 27, 2020
.editorconfig OpenAPI update and dev fixes (#333) Dec 9, 2019
.gitattributes Embed OpenAPI spec in the CLI (#49) Jul 22, 2019
.gitignore Fix .gitignore Sep 18, 2019
.golangci.yml Update linter to newest version (#402) Mar 18, 2020
.goreleaser.yml Fix Docker image (#440) Apr 30, 2020
.pre-commit add pre-commit hook to run linters (#187) Sep 19, 2019
.travis.yml Add retry to CI build (#455) May 28, 2020
CODE_OF_CONDUCT.md Contributor Convenant (#250) Oct 24, 2019
Dockerfile Fix Docker image (#440) Apr 30, 2020
LICENSE Initial commit Jun 14, 2019
Makefile Add GitHub Action workflow for tests (#458) Jun 4, 2020
README.md Point links to CLI ref site (#417) Apr 3, 2020
go.mod Update dependencies (May 2020) (#445) May 4, 2020
go.sum Update dependencies (May 2020) (#445) May 4, 2020

README.md

Stripe CLI

GitHub release (latest by date) Build Status

The Stripe CLI helps you build, test, and manage your Stripe integration right from the terminal.

With the CLI, you can:

  • Securely test webhooks without relying on 3rd party software
  • Trigger webhook events or resend events for easy testing
  • Tail your API request logs in real-time
  • Create, retrieve, update, or delete API objects.

demo

Installation

Stripe CLI is available for macOS, Windows, and Linux for distros like Ubuntu, Debian, RedHat and CentOS.

macOS

Stripe CLI is available on macOS via Homebrew:

brew install stripe/stripe-cli/stripe

Linux

Refer to the installation instructions for available Linux installation options.

Windows

Stripe CLI is available on Windows via the Scoop package manager:

scoop bucket add stripe https://github.com/stripe/scoop-stripe-cli.git
scoop install stripe

Docker

The CLI is also available as a Docker image: stripe/stripe-cli.

docker run --rm -it stripe/stripe-cli version
stripe version x.y.z (beta)

Without package managers

Instructions are also available for installing and using the CLI without a package manager.

Usage

Installing the CLI provides access to the stripe command.

stripe [command]

# Run `--help` for detailed information about CLI commands
stripe [command] help

Commands

The Stripe CLI supports a broad range of commands. Below is some of the most used ones:

Documentation

For a full reference, see the CLI reference site

Telemetry

The Stripe CLI includes a telemetry feature that collects some usage data. See our telemetry reference for details.

Feedback

Got feedback for us? Please don't hesitate to tell us on feedback.

Contributing

See Developing the Stripe CLI for more info on how to make contributions to this project.

License

Copyright (c) Stripe. All rights reserved.

Licensed under the Apache License 2.0 license.

You can’t perform that action at this time.