Skip to content

ChichiDevops/docker-herokucli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Another docker-herokucli

Lets build another heroku cli tool for docker so we can hack. 🎉

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

About

Another Heroku CLI container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 35.8%
  • Dockerfile 33.8%
  • Shell 30.4%