-
Notifications
You must be signed in to change notification settings - Fork 374
Status command
Kenneth Auchenberg edited this page Oct 31, 2019
·
1 revision
You can load Stripe status from the CLI instead of going to status.stripe.com. The CLI status loads from the status site, which is the canonical source of truth.
To load status, run:
$ stripe status
✔ All services are online.
As of: July 23, 2019 @ 07:52PM +00:00
The status command supports several different flags:
-
--verbose
lists out individual Stripe system status using. -
--format json
has the CLI render the status as a JSON blob for easier grepping and for using with tools likejq
. -
--poll
will continuously check the status site for changes -
--poll-rate
let's you specify how often to check the status site. The default is once every 60 seconds and this can be modified down to once every 5 seconds. -
--hide-spinner
will hide the spinner that's shown when polling.