Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ivangabriele/vscode-heroku
- Owner: ivangabriele
- License: mit
- Created: 2018-10-31T19:07:16.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T01:20:55.000Z (about 2 months ago)
- Last Synced: 2024-10-23T12:02:59.246Z (21 days ago)
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=ivangabriele.vscode-heroku
- Size: 1.28 MB
- Stars: 9
- Watchers: 2
- Forks: 8
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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).