Additional commands See additional functionality supported by the Stripe CLI. ## terminal quickstart Use the terminal quickstart command to get up and running fast with Stripe Terminal and the Verifone the related setting reader. Command: stripe terminal quickstart ### Flags - `--api-key=
This CLI command only supports using the --api-key flag. ### Examples **Terminal quickstart** ```sh stripe terminal quickstart ``` ## feedback Prints information about how to provide feedback for the Stripe CLI using [GitHub issues](https://github.com/stripe/stripe-cli/issues) and the [CLI feedback form](https://stri.pe/cli-feedback). **Command:**stripe feedback### Examples **Basic usage** ```sh stripe feedback ``` ``` We'd love to know what you think of the CLI: * Report bugs or issues on GitHub: https://github.com/stripe/stripe-cli/issues * Leave us feedback on features you would like to see: https://stri.pe/cli-feedback ``` ## help Get help for any command in CLI withstripe help [path to command]. > Every command will also accept the -hor--helpflag to see help for that command. **Command:**stripe help### Examples **Basic usage** ```sh stripe help login ``` ``` Login to your Stripe account to setup the CLI Usage: stripe login [flags] Flags: -h, --help help for login ... ``` ## version Get the version of the Stripe CLI and check if software updates are available. **Command:**stripe version### Examples **Basic usage** ```sh stripe version ``` ``` stripe version 1.3.0 A newer version of the Stripe CLI is available. ``` ## 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--liveflag. **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 ...
