## open Shortcut to open the Stripe documentation or Dashboard in your browser. > Any Dashboard pages (that include `/test/` in the URL) can be viewed in live mode with the `--live` flag. **Command:** `stripe open` ### Arguments - `` Shortcut used to quickly open a page on [stripe.com](https://stripe.com). ### Flags - `--list` List all supported shortcuts. - `--live` Open the Dashboard for your live integration (by default, runs in test mode). ### Examples **Basic usage** ```sh stripe open dashboard/webhooks ``` **Open the Dashboard in live mode** ```sh stripe open dashboard/apikeys --live ``` **List available shortcuts in live mode** ```sh stripe open --live --list ``` ``` open supports the following shortcuts: shortcut url -------- --------- api => https://docs.stripe.com/api apiref => https://docs.stripe.com/api cliref => https://docs.stripe.com/cli dashboard => https://dashboard.stripe.com dashboard/apikeys => https://dashboard.stripe.com/apikeys dashboard/atlas => https://dashboard.stripe.com/atlas ... ```