@heroku-cli/plugin-status

CLI Plugin for Heroku Status

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@heroku-cli/plugin-status
8511998.1.7a year ago6 years agoMinified + gzip package size for @heroku-cli/plugin-status in KB

Readme

CLI Plugin for Heroku Status
Version CircleCI Appveyor CI Greenkeeper Known Vulnerabilities Downloads/week License

How to install this plugin

This CLI comes built into the Heroku CLI. https://cli.heroku.com

Available commands

$ heroku status
=== Heroku Status
Development: No known issues at this time.
Production: No known issues at this time.

or, if there were a real incident...
$ heroku status
=== Heroku Status
Development: Yellow
Production: Yellow

=== Increased Platform Latency 7:04:22 PM UTC
7:04:22 PM UTC (42 minutes ago) [Issue] We are experiencing a network connectivity issue with our upstream provider. We will post another update as to the status in an hour if not sooner.

More about https://devcenter.heroku.com/articles/heroku-status
Install
with yarn:
$ yarn global add @heroku-cli/plugin-status

or with npm:
$ npm install -g @heroku-cli/plugin-status
```sh-session $ npm install -g @heroku-cli/plugin-status $ @heroku-cli/plugin-status COMMAND running command... $ @heroku-cli/plugin-status (--version|-v) @heroku-cli/plugin-status/8.1.7 darwin-x64 node-v16.19.0 $ @heroku-cli/plugin-status --help COMMAND USAGE $ @heroku-cli/plugin-status COMMAND ...
<!-- usagestop -->
<!-- commands -->
* [`@heroku-cli/plugin-status status`](#heroku-cliplugin-status-status)

## `@heroku-cli/plugin-status status`

display current status of the Heroku platform
USAGE $ @heroku-cli/plugin-status status --json
FLAGS --json output in json format
DESCRIPTION display current status of the Heroku platform ```
See code: src/commands/status.ts