1.1.0 • Published 4 years ago

heroku-slugs v1.1.0

Weekly downloads
101
License
ISC
Repository
github
Last release
4 years ago

Heroku Slugs CLI Plugin

This plugin adds commands to the Heroku CLI for downloading slugs

To Install

$ heroku plugins:install heroku-slugs

Commands

$ heroku slugs -a appname
Slugs in appname
v24: 00000000-bbbb-cccc-dddd-eeeeeeeeeeee
v23: 11111111-bbbb-cccc-dddd-eeeeeeeeeeee
v22: 22222222-bbbb-cccc-dddd-eeeeeeeeeeee
v21: 33333333-bbbb-cccc-dddd-eeeeeeeeeeee

$ heroku slugs:download 00000000-bbbb-cccc-dddd-eeeeeeeeeeee -a appname

This will download the Slug directly from our filestore on S3

Using a proxy

$ export HEROKU_HTTP_PROXY_HOST=<your-proxy-host>
$ export HEROKU_HTTP_PROXY_PORT=<your-proxy-port>
$ heroku slugs:download 00000000-bbbb-cccc-dddd-eeeeeeeeeeee -a appname
1.1.0

4 years ago

1.0.4

6 years ago

1.0.3

7 years ago

1.0.3-b5

7 years ago

1.0.3-b4

7 years ago

1.0.3-b2

7 years ago

1.0.3-b1

7 years ago

1.0.2

7 years ago

1.0.1-b2

7 years ago

1.0.1-b1

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago