Skip to content

Open command

Graham Scott edited this page Aug 10, 2026 · 4 revisions

The open command is a shortcut available for users to quickly open up different parts of the Stripe docs website and dashboard. To run it, invoke:

$ stripe open <shortcut>

All of the available shortcuts are listed below.

For dashboard pages, you can also add the --live flag to open the page directly in live mode.

Supported shortcuts

Run the open command with the --list flag for an up-to-date list of shortcuts:

$ stripe open --list

Live

For any Stripe Dashboard links that have /test/ in them, you can run the open command with the --live flag to open non-test links in the dashboard. For example:

$ stripe open dashboard/apikeys --live

will open https://dashboard.stripe.com/apikeys instead of https://dashboard.stripe.com/test/apikeys

Clone this wiki locally