UNPKG

1.77 kBMarkdownView Raw
1CLI Plugin for [Heroku Status](https://status.heroku.com) [![Circle CI](https://circleci.com/gh/heroku/heroku-status.svg?style=svg)](https://circleci.com/gh/heroku/heroku-status)
2===========
3
4[![Code Climate](https://codeclimate.com/github/heroku/heroku-status/badges/gpa.svg)](https://codeclimate.com/github/heroku/heroku-status)
5[![Test Coverage](https://codeclimate.com/github/heroku/heroku-status/badges/coverage.svg)](https://codeclimate.com/github/heroku/heroku-status/coverage)
6[![npm version](https://badge.fury.io/js/heroku-status.svg)](https://badge.fury.io/js/heroku-status)
7[![License](https://img.shields.io/github/license/heroku/heroku-status.svg)](https://github.com/heroku/heroku-status/blob/master/LICENSE)
8
9[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
10
11Read more about Toolbelt 4.0 plugins [here](https://github.com/heroku/heroku-hello-world#heroku-hello-world).
12
13
14How to install this plugin
15-------------------
16
17**Note: These Node.js plugins are available in the current Ruby CLI. No need to download a separate Toolbelt 4.0 CLI.**
18
19```
20$ heroku plugins:install heroku-status
21```
22
23Available commands
24-------------------
25
26```bash
27$ heroku status
28=== Heroku Status
29Development: No known issues at this time.
30Production: No known issues at this time.
31```
32
33or, if there were a real incident...
34
35```bash
36$ heroku status
37=== Heroku Status
38Development: Yellow
39Production: Yellow
40
41=== Increased Platform Latency 7:04:22 PM UTC
427: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.
43```
44
45More about https://devcenter.heroku.com/articles/heroku-status
46
47