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: 5 months ago
JSON representation
A straightforward script for installing the Heroku CLI on the Termux Android app.
- Host: GitHub
- URL: https://github.com/rebeeh/heroku-cli-termux
- Owner: rebeeh
- License: mit
- Created: 2024-05-24T09:02:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-24T09:23:18.000Z (about 1 year ago)
- Last Synced: 2025-02-19T21:14:20.002Z (5 months ago)
- Topics: cli, curl, ebiza, heroku, heroku-cli, heroku-cli-plugin, termux
- Language: Shell
- Homepage: https://telegram.dog/Ebiza
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
* [](https://telegram.dog/Ebiza)
* [](https://github.com/SKGHD/Termux-heroku-cli)