Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sfc-gh-eraigosa/docker-herokucli
Another Heroku CLI container
https://github.com/sfc-gh-eraigosa/docker-herokucli
docker docker-image heroku
Last synced: 16 days ago
JSON representation
Another Heroku CLI container
- Host: GitHub
- URL: https://github.com/sfc-gh-eraigosa/docker-herokucli
- Owner: sfc-gh-eraigosa
- License: mit
- Created: 2018-10-07T16:12:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T20:26:04.000Z (about 6 years ago)
- Last Synced: 2024-11-08T14:59:29.361Z (2 months ago)
- Topics: docker, docker-image, heroku
- Language: Makefile
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Another docker-herokucli
[![](https://travis-ci.com/wenlock/docker-herokucli.svg?branch=master)](https://travis-ci.com/wenlock/docker-herokucli)
Lets build another heroku cli tool for docker so we can hack. :tada:
## Using the image
Here is some instructions on how to use it.### Use it
For example:
```
eval $(docker run --rm wenlock/herokucli:latest init)
heroku help
```## Local Development
### Build it
`make build`### Test it
```
eval $(docker run --rm wenlock/herokucli:latest init)
heroku test
```### Shell
Start a shell with
```
eval $(docker run --rm wenlock/herokucli:latest init)
heroku shell
```## Contributing to docker-herokucli
Want to help me, wow cool!
Fork this repo and submit a PR :D
## Licensing
[MIT](LICENSE)