An open API service indexing awesome lists of open source software.

https://github.com/maxbeizer/heroku-browse

Heroku CLI plugin to open the dashboard from the CLI
https://github.com/maxbeizer/heroku-browse

Last synced: about 1 year ago
JSON representation

Heroku CLI plugin to open the dashboard from the CLI

Awesome Lists containing this project

README

          

heroku-browse
=============

open your heroku dashboard from the cli

[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/heroku-browse.svg)](https://npmjs.org/package/heroku-browse)
[![CircleCI](https://circleci.com/gh/maxbeizer/heroku-browse/tree/master.svg?style=shield)](https://circleci.com/gh/maxbeizer/heroku-browse/tree/master)
[![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/maxbeizer/heroku-browse?branch=master&svg=true)](https://ci.appveyor.com/project/maxbeizer/heroku-browse/branch/master)
[![Codecov](https://codecov.io/gh/maxbeizer/heroku-browse/branch/master/graph/badge.svg)](https://codecov.io/gh/maxbeizer/heroku-browse)
[![Downloads/week](https://img.shields.io/npm/dw/heroku-browse.svg)](https://npmjs.org/package/heroku-browse)
[![License](https://img.shields.io/npm/l/heroku-browse.svg)](https://github.com/maxbeizer/heroku-browse/blob/master/package.json)

* [Usage](#usage)
* [Commands](#commands)

# Usage

```sh-session
$ npm install -g heroku-browse
$ heroku browse
(opens https://dashboard.heroku.com)
```

# Commands

* [`heroku browse`](#heroku-browse)

## `heroku browse`

open https://dashboard.heroku.com

```
USAGE
$ heroku browse
```

_See code: [src/commands/browse.js](https://github.com/maxbeizer/heroku-browse/blob/v0.0.0/src/commands/hello.js)_