1.6.1 • Published 2 years ago

hero-heroku v1.6.1

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
2 years ago

Hero Heroku

Hero Heroku is the (unofficial) Heroku counterpart to Microsoft's Azure Extension. The various Heroku extensions on the marketplace are just wrappers around the Heroku CLI/Wep Platform, which is where this extension shines! It attempts to be your Heroku Dashboard inside VSCode, by enabling you to manage your apps and their features without leaving the editor!

Hero Heroku gif

Features

  • Visual indicators of Dyno/App runtime status.
  • Start, stop, and create Dynos.
  • Scale your app horizontally.
  • Add, modify and delete addons for apps.
  • Check the build logs, and open an app log stream.
  • Quickly open one-off dynos, like bashing into your app.

Requirements

The only requirement is to have the Heroku CLI installed, but it's only needed to create an Authentication Token. So techincally, it can be bypassed, by going to your Heroku account settings and generating a token on the web and copying it into VSCode. Everything else is conducted through the Web Platform API.

Extension Settings

There are two settings which are available:

  • hero-heroku.apiKey: your personal API key generated from the CLI or Account Settings page.
  • hero-heroku.apiCalls: determines how many extension refreshes occur every minute.

Known Issues

Find them? Try fix them! 🥳

Roadmap

See TODO.md.

Release Notes

See CHANGELOG.md.

1.6.1

2 years ago

1.6.0

2 years ago

1.5.1

3 years ago

1.4.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago