finalgene/heroku-cli

Sponsored OSS

By finalgene

Updated about 3 years ago

Heroku CLI for CI

Image
Integration & delivery
API management
3

10K+

finalgene/heroku-cli repository overview

Heroku CLI

CircleCI Codacy Badge

This is a image to run the heroku cli.

How to use this image

Run the heroku-cli image:

docker run \
    --rm \
    --interactive \
    --tty \
    --volume "$(pwd)":/app \
    finalgene/heroku-cli

Mount the .netrc-file into the container to use the interactive login.

docker run \
    --rm \
    --interactive \
    --tty \
    --volume ~/.cache/heroku:/root/.cache/heroku \
    --volume ~/.local/share/heroku:/root/.local/share/heroku \
    --volume ~/.netrc:/root/.netrc \
    --volume "$(pwd)":/app \
    finalgene/heroku-cli login

You can use any of the heroku cli commands

docker run \
    --rm \
    --interactive \
    --tty \
    --volume ~/.cache/heroku:/root/.cache/heroku \
    --volume ~/.local/share/heroku:/root/.local/share/heroku \
    --volume ~/.netrc:/root/.netrc \
    --volume "$(pwd)":/app \
    finalgene/heroku-cli help

For further information take a look at the heroku command documentation.

Quick reference

Tag summary

Content type

Image

Digest

sha256:bbb5677e1

Size

73.7 MB

Last updated

about 3 years ago

docker pull finalgene/heroku-cli

This week's pulls

Pulls:

194

Last week