-
Notifications
You must be signed in to change notification settings - Fork 377
Commands
Kenneth Auchenberg edited this page Oct 31, 2019
·
10 revisions
This page gives you the overview of the supported commands in the Stripe CLI:
Area | Command | Description |
---|---|---|
Stripe | ||
login | Login to your Stripe account | |
logs | Interact with Stripe request logs | |
status | Check the status of the Stripe API | |
open | Quickly open Stripe pages | |
fixtures | ||
Webhooks | ||
Listen | Listen for webhook events | |
Trigger | Trigger test webhook events to fire | |
Resources/HTTP | ||
delete | Quickly retrieve resources from Stripe | |
get | Quickly retrieve resources from Stripe | |
post | Quickly retrieve resources from Stripe | |
Resources | To see more resource commands, run stripe resources help
|
|
Other | ||
completion | Generate bash and zsh completion scripts | |
config | Manually change the config values for the CLI | |
feedback | Provide us with feedback on the CLI | |
help | Help about any command | |
Samples | Sample integrations built by Stripe | |
version | Get the version of the Stripe CLI |
Use "stripe [command] --help" for more information about a command.
--api-key string Your API key to use for the command
--color string turn on/off color output (on, off, auto)
--config string config file (default is
$HOME/.config/stripe/config.toml)
--device-name string device name
-h, --help help for stripe
--log-level string log level (debug, info, warn, error) (default
"info")
-p, --project-name string the project name to read from for config
(default "default")
-v, --version Get the version of the Stripe CLI