Upgrade the Stripe CLI
Learn how to upgrade the CLI.
Take advantage of the latest features of the Stripe CLI.
Homebrew
To upgrade the Stripe CLI with homebrew, run:
Terminal
brew upgrade stripe/stripe-cli/stripe
Scoop
To upgrade the Stripe CLI with Scoop, run:
Terminal
scoop update stripe
macOS
To upgrade the Stripe CLI on macOS without homebrew:
- Download the latest
mac-os
tar.gz file from https://github.com/stripe/stripe-cli/releases/latest - Unzip the file:
tar -xvf stripe_X.X.X_mac-os_x86_64.tar.gz
Optionally, install the binary in a location where you can execute it globally (for example, /usr/local/bin
).
Linux
To upgrade the Stripe CLI on Linux without a package manager:
- Download the latest
linux
tar.gz file from https://github.com/stripe/stripe-cli/releases/latest - Unzip the file:
tar -xvf stripe_X.X.X_linux_x86_64.tar.gz
- Move
./stripe
to your execution path.
Windows
To upgrade the Stripe CLI on Windows without Scoop:
- Download the latest
windows
tar.gz file from https://github.com/stripe/stripe-cli/releases/latest - Unzip the
stripe_X.X.X_windows_x86_64.zip
file - Run the unzipped
.exe
file
Docker
The Stripe CLI is also available as a Docker image. To install the latest version, run:
Terminal
docker run --rm -it stripe/stripe-cli:latest