-
Notifications
You must be signed in to change notification settings - Fork 377
Commands
Kenneth Auchenberg edited this page Feb 12, 2020
·
10 revisions
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 | |
serve |
Serve static files locally | |
version |
Get the version of the Stripe CLI |
Use "stripe [command] --help" for more information about a command.