-
Notifications
You must be signed in to change notification settings - Fork 374
Flags
Olivier Bellone edited this page Nov 6, 2019
·
5 revisions
The Stripe CLI supports a number of flags
which you can pass to the any command
.
Flag | Shortcut | Description |
---|---|---|
--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 | |
--help |
-h |
Help for Stripe |
--log-level <string> |
Log level (debug, info, warn, error) (default "info") | |
--project-name <string> |
-p |
The project name to read from for config (default "default") |
--version |
-v |
Get the version of the Stripe CLI |