-
Notifications
You must be signed in to change notification settings - Fork 377
Open command
tomer-stripe edited this page Nov 5, 2019
·
3 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.
The open
command supports the following shortcuts to quickly open various pages on stripe.com:
shortcut url
-------- ---------
api => https://stripe.com/docs/api
apiref => https://stripe.com/docs/api
dashboard => https://dashboard.stripe.com/test
dashboard/apikeys => https://dashboard.stripe.com/test/apikeys
dashboard/atlas => https://dashboard.stripe.com/test/atlas
dashboard/balance => https://dashboard.stripe.com/test/balance/overview
dashboard/billing => https://dashboard.stripe.com/test/billing
dashboard/connect => https://dashboard.stripe.com/test/connect/overview
dashboard/connect/accounts => https://dashboard.stripe.com/test/connect/accounts/overview
dashboard/connect/collected-fees => https://dashboard.stripe.com/test/connect/application_fees
dashboard/connect/transfers => https://dashboard.stripe.com/test/connect/transfers
dashboard/coupons => https://dashboard.stripe.com/test/coupons
dashboard/customers => https://dashboard.stripe.com/test/customers
dashboard/developers => https://dashboard.stripe.com/test/developers
dashboard/disputes => https://dashboard.stripe.com/test/disputes
dashboard/events => https://dashboard.stripe.com/test/events
dashboard/invoices => https://dashboard.stripe.com/test/invoices
dashboard/logs => https://dashboard.stripe.com/test/logs
dashboard/orders => https://dashboard.stripe.com/test/orders
dashboard/orders/products => https://dashboard.stripe.com/test/orders/products
dashboard/payments => https://dashboard.stripe.com/test/payments
dashboard/payouts => https://dashboard.stripe.com/test/payouts
dashboard/radar => https://dashboard.stripe.com/test/radar
dashboard/radar/list => https://dashboard.stripe.com/test/radar/list
dashboard/radar/reviews => https://dashboard.stripe.com/test/radar/reviews
dashboard/radar/rules => https://dashboard.stripe.com/test/radar/rules
dashboard/settings => https://dashboard.stripe.com/test/settings
dashboard/subscriptions => https://dashboard.stripe.com/test/subscriptions
dashboard/subscriptions/products => https://dashboard.stripe.com/test/subscriptions/products
dashboard/tax-rates => https://dashboard.stripe.com/test/tax-rates
dashboard/terminal => https://dashboard.stripe.com/test/terminal
dashboard/terminal/hardware_orders => https://dashboard.stripe.com/test/terminal/hardware_orders
dashboard/terminal/locations => https://dashboard.stripe.com/test/terminal/locations
dashboard/topups => https://dashboard.stripe.com/test/topups
dashboard/transactions => https://dashboard.stripe.com/test/balance
dashboard/webhooks => https://dashboard.stripe.com/test/webhooks
docs => https://stripe.com/docs
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