| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseThe Stripe CLI helps you build, test, and manage your Stripe integration right from the terminal.
With the CLI, you can:
Stripe CLI is available for macOS, Windows, and Linux for distros like Ubuntu, Debian, RedHat and CentOS.
Stripe CLI is available on macOS via Homebrew:
brew install stripe/stripe-cli/stripeRefer to the installation instructions for available Linux installation options.
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 stripeThe 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)Instructions are also available for installing and using the CLI without a package manager.
Installing the CLI provides access to the stripe command.
stripe [command]
# Run `--help` for detailed information about CLI commands
stripe [command] helpThe Stripe CLI supports a broad range of commands. Below is some of the most used ones:
For a full reference, see the CLI reference site
The Stripe CLI includes a telemetry feature that collects some usage data. See our telemetry reference for details.
Got feedback for us? Please don't hesitate to tell us on feedback.
See Developing the Stripe CLI for more info on how to make contributions to this project.
Copyright (c) Stripe. All rights reserved.
Licensed under the Apache License 2.0 license.
| Back | FazBrowse Home | New Git URL |