Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rebeeh/heroku-cli-termux

A straightforward script for installing the Heroku CLI on the Termux Android app.
https://github.com/rebeeh/heroku-cli-termux

cli curl ebiza heroku heroku-cli heroku-cli-plugin termux

Last synced: about 1 month ago
JSON representation

A straightforward script for installing the Heroku CLI on the Termux Android app.

Awesome Lists containing this project

README

        

# Heroku-CLI-Termux

A straightforward script for installing the Heroku CLI on the Termux Android app. This script automates the process, ensuring that you have the Heroku CLI set up quickly and correctly. By following the instructions, you can manage your Heroku applications directly from your Android device, taking advantage of Termux's powerful command-line environment.

---

## Installation:
Just paste the below code in your termux and Done!. Everything will be automatically installed.

```
sh -c "$(curl -fsSL https://raw.githubusercontent.com/youesky/Heroku-CLI-Termux/main/install.sh)"
```

## Getting started:
1. Login using ```heroku login``` or ```heroku login -i```
2. Create app using ```heroku create ```
3. For a list of commands available ```heroku help```
4. CLI commands : https://devcenter.heroku.com/articles/heroku-cli-commands
5. For more info visit : https://devcenter.heroku.com/articles/using-the-cli

### Credits:

* [![EBIZA](https://img.shields.io/static/v1?label=TEAM&message=EBIZA&color=yellow)](https://telegram.dog/Ebiza)

* [![BASE REPO](https://img.shields.io/static/v1?label=BASE&message=REPO&color=green)](https://github.com/SKGHD/Termux-heroku-cli)