Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ivangabriele/vscode-heroku

Check your project's Heroku deployment status in Visual Studio Code.
https://github.com/ivangabriele/vscode-heroku

Last synced: 12 days ago
JSON representation

Check your project's Heroku deployment status in Visual Studio Code.

Awesome Lists containing this project

README

        

# Heroku Extension for Visual Studio Code

[![MIT License](https://img.shields.io/github/license/ivangabriele/vscode-heroku?style=for-the-badge)](https://github.com/ivangabriele/vscode-heroku/blob/main/LICENSE)
[![Visual Studio Marketplace](https://img.shields.io/visual-studio-marketplace/i/ivangabriele.vscode-heroku?style=for-the-badge)](https://marketplace.visualstudio.com/items?itemName=ivangabriele.vscode-heroku)
[![Check Workflow Status](https://img.shields.io/github/actions/workflow/status/ivangabriele/vscode-heroku/check.yml?label=Tests&style=for-the-badge)](https://github.com/ivangabriele/vscode-heroku/actions?query=check)

---

- [Features](#features)
- [Commands](#commands)
- [Roadmap](#roadmap)
- [Issues \& Feature Requests](#issues--feature-requests)
- [Changelog](#changelog)

---

## Features

- [x] Live Heroku application deployment status (Status Bar)
- [x] Heroku CLI Log In/Out (Command Palette)
- [x] Current workspace Heroku application linking (Command Palette)
- [x] Heroku Teams support

## Commands

- `Heroku: Link current workspace to an existing Heroku app`
- `Heroku: Log In to Heroku CLI`
- `Heroku: Log Out of Heroku CLI`

## Roadmap

- [ ] Heroku application Activity Dashboard opening (Status Bar Action)
- [ ] Heroku application creation (Command Palette)
- [ ] Heroku application deployment (Command Palette)
- [ ] Heroku application opening (Command Palette)
- [ ] Herokup Pipelines support

## Issues & Feature Requests

Please report any issue or feature request [there](https://github.com/ivangabriele/vscode-heroku/issues).

## Changelog

Please check the [changelog file](https://github.com/ivangabriele/vscode-heroku/blob/master/CHANGELOG.md).