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
- Host: GitHub
- URL: https://github.com/maxbeizer/heroku-browse
- Owner: maxbeizer
- Created: 2018-06-27T02:12:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-25T21:52:40.000Z (about 3 years ago)
- Last Synced: 2025-03-26T21:09:19.795Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 311 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
heroku-browse
=============
open your heroku dashboard from the cli
[](https://oclif.io)
[](https://npmjs.org/package/heroku-browse)
[](https://circleci.com/gh/maxbeizer/heroku-browse/tree/master)
[](https://ci.appveyor.com/project/maxbeizer/heroku-browse/branch/master)
[](https://codecov.io/gh/maxbeizer/heroku-browse)
[](https://npmjs.org/package/heroku-browse)
[](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)_