Stripe CLI Cheat Sheet/List current config

Display account context and config values.

Section: Install, Authenticate, and Help

List current config

bash
bash
stripe config --list
Explanation

Use this to verify which profile or account context your CLI commands will use.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Install, Authenticate, and Help
Use a named profile
Run a command using a configured Stripe CLI profile.
OpenIn sheetbashsame section
Log in with the browser flow
Authenticate the CLI with your Stripe account.
OpenIn sheetbashsame section
Log out the CLI
Remove the current CLI session.
OpenIn sheetbashsame section
Run a command in live mode
Target your live Stripe account explicitly.
OpenIn sheetbashsame section
Use an explicit API key
Override the configured account with a supplied API key.
OpenIn sheetbashsame section
Show CLI version
Print the installed Stripe CLI version.
OpenIn sheetbashsame section