Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chadian/heroku-festive
🎄☃️ Make your heroku cli a bit more festive
https://github.com/chadian/heroku-festive
heroku heroku-cli oclif oclif-plugin
Last synced: about 2 months ago
JSON representation
🎄☃️ Make your heroku cli a bit more festive
- Host: GitHub
- URL: https://github.com/chadian/heroku-festive
- Owner: chadian
- Created: 2021-11-19T23:50:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-10T12:21:21.000Z (about 3 years ago)
- Last Synced: 2024-12-09T09:55:01.782Z (about 2 months ago)
- Topics: heroku, heroku-cli, oclif, oclif-plugin
- Language: TypeScript
- Homepage:
- Size: 22.9 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
heroku-festive
================
*Note: Not affiliated with Heroku, just a fun idea I had*A way to bring festivities to your Heroku CLI this winter season.
This is an oclif plugin comaptible with the heroku cli.* [Installation](#installation)
* [Commands](#commands)# Installation
Pre-requisite: The heroku cli must be installed already ([documentation](https://devcenter.heroku.com/articles/heroku-cli#download-and-install)).
Install the heroku-festive plugin from the command-line by running:
```shell
heroku plugins:install heroku-festive
```To verify that it is installed run `heroku plugins` and it should be included in the list.
# Commands
* [`heroku festive`](#heroku-festive)
* [`heroku firelog`](#heroku-firelog)## `heroku festive`
make any heroku command more festive by replacing `heroku command` with `heroku festive command`
![Screenshot of heroku festive command](./static/heroku-festive-command.gif)
```
USAGE
$ heroku festiveOPTIONS
--color=red|green|yellow|blue|magenta|cyan|whiteEXAMPLE
$ heroku festive apps
$ heroku festive apps:info --app my-heroku-app
$ heroku festive --color red --color green -- apps:info --app my-heroku-app
```## `heroku firelog`
stay warm this winter
![Screenshot of heroku firelog command](./static/heroku-firelog-command.gif)
```
USAGE
$ heroku firelog
```