-
Notifications
You must be signed in to change notification settings - Fork 377
Config command
Kenneth Auchenberg edited this page Oct 31, 2019
·
1 revision
If you need, you can manually set configuration values for the CLI using the config
command. The config command supports:
- Setting values
- Unsetting values
- Listing config values
- Opening the editor to the config file
All operations support the --project-name
global flag to manipulate specific projects.
To set values, run stripe config
with the key name and the value.
$ stripe config <name> <value>
To unset a value, pass the --unset
flag with the name:
$ stripe config --unset <name>
To list all config values, run with --list
:
$ stripe config --list
To open your editor at the config file, using --edit
or -e
:
$ stripe config -e