-
Notifications
You must be signed in to change notification settings - Fork 374
Installation
Kenneth Auchenberg edited this page Oct 31, 2019
·
4 revisions
Stripe CLI is available for MacOS, Windows, and Linux for Debian, Ubuntu, RedHat and CentOS. Use the instructions below to install on your preferred platform.
homebrew:
Run:
$ brew install stripe/stripe-cli/stripe
Debian/Ubuntu-based distributions:
- Add Bintray's GPG key to the apt sources keyring:
$ sudo apt-key adv --keyserver hkp://pool.sks-keyservers.net:80 --recv-keys 379CE192D401AB61
- Add stripe-cli's apt repository to the apt sources list:
$ echo "deb https://dl.bintray.com/stripe/stripe-cli-deb stable main" | sudo tee -a /etc/apt/sources.list
- Update the package list:
$ sudo apt-get update
- Install the CLI:
$ sudo apt-get install stripe
RedHat/CentOS-based distributions:
- Add stripe-cli's yum repository to the yum sources list:
$ wget https://bintray.com/stripe/stripe-cli-rpm/rpm -O bintray-stripe-stripe-cli-rpm.repo && sudo mv bintray-stripe-stripe-cli-rpm.repo /etc/yum.repos.d/
- Update the package list:
$ sudo yum update
- Install the CLI:
$ sudo yum install stripe
scoop:
- Run:
$ scoop bucket add stripe https://github.com/stripe/scoop-stripe-cli.git
- Run
$ scoop install stripe
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)