GithubHelp home page GithubHelp logo

docker-heroku-cli's Introduction

use the Heroku cli without having to install their ridiculous tool

(which wants you to install it as root; and to use a custom Node.js installation. Homestly. Why don't they just provide a "cloud shell", like Google Cloud and Azure do?)

Step 1: create a vol with your authentication details in it

docker -D run -it --name heroku-config phlummox/heroku-cli:0.1 heroku login

(don't use --rm cos auths persist in the container.)

Then, as long as that volume heroku-config still exists, we can do

Step 2: run a CLI command

docker run --rm -ti --volumes-from heroku-config \
  -v $PWD:/opt/work --workdir /opt/work phlummox/heroku-cli:0.1 heroku --version

(Trick shamelessly stolen from https://hub.docker.com/r/google/cloud-sdk/.)

Or, to make things more convenient:

alias heroku="docker run --rm -ti --volumes-from heroku-config \
  -v $PWD:/opt/work --workdir /opt/work phlummox/heroku-cli:0.1 heroku"

status

Experimental - doesn't seem to correctly store whatever authentication heroku uses. Happy to patch if someone spots why. But frankly it's still more convenient than installing their app.

credits

Many thanks to @mhart for his alpine-node image, which made this one possible. Or much simpler, anyway.

docker hub link

https://hub.docker.com/r/phlummox/heroku-cli

docker-heroku-cli's People

Contributors

phlummox avatar

Watchers

 avatar  avatar

docker-heroku-cli's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.