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). -apihttps://docs.stripe.com/api -apirefhttps://docs.stripe.com/api -clirefhttps://docs.stripe.com/cli -dashboardhttps://dashboard.stripe.com/test -dashboard/apikeyshttps://dashboard.stripe.com/test/apikeys -dashboard/atlashttps://dashboard.stripe.com/test/atlas -dashboard/balancehttps://dashboard.stripe.com/test/balance/overview -dashboard/billinghttps://dashboard.stripe.com/test/billing -dashboard/connecthttps://dashboard.stripe.com/test/connect/overview -the relevant part of the producthttps://dashboard.stripe.com/test/connect/accounts/overview -the relevant part of the producthttps://dashboard.stripe.com/test/connect/application_fees -the relevant part of the producthttps://dashboard.stripe.com/test/connect/transfers -dashboard/couponshttps://dashboard.stripe.com/test/coupons -dashboard/customershttps://dashboard.stripe.com/test/customers -dashboard/developershttps://dashboard.stripe.com/test/developers -dashboard/disputeshttps://dashboard.stripe.com/test/disputes -dashboard/eventshttps://dashboard.stripe.com/test/events -dashboard/invoiceshttps://dashboard.stripe.com/test/invoices -dashboard/logshttps://dashboard.stripe.com/test/logs -dashboard/ordershttps://dashboard.stripe.com/test/orders -the relevant part of the producthttps://dashboard.stripe.com/test/orders/products -dashboard/paymentshttps://dashboard.stripe.com/test/payments -dashboard/payoutshttps://dashboard.stripe.com/test/payouts -dashboard/radarhttps://dashboard.stripe.com/test/radar -the relevant part of the producthttps://dashboard.stripe.com/test/radar/list -the relevant part of the producthttps://dashboard.stripe.com/test/radar/reviews -the relevant part of the producthttps://dashboard.stripe.com/test/radar/rules -dashboard/settingshttps://dashboard.stripe.com/settings -dashboard/subscriptionshttps://dashboard.stripe.com/test/subscriptions -dashboard/productshttps://dashboard.stripe.com/test/products -dashboard/taxhttps://dashboard.stripe.com/test/tax-rates -dashboard/terminalhttps://dashboard.stripe.com/test/terminal -the relevant part of the producthttps://dashboard.stripe.com/test/terminal/hardware_orders -the relevant part of the producthttps://dashboard.stripe.com/test/terminal/locations -dashboard/topupshttps://dashboard.stripe.com/test/topups -dashboard/transactionshttps://dashboard.stripe.com/test/balance -dashboard/webhookshttps://dashboard.stripe.com/test/webhooks -docshttps://docs.stripe.com/ ### Flags ---listList all supported shortcuts. ---live` Open the Dashboard for your live integration (by default, runs in a sandbox). ### 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 ...
