heroku / heroku-slugs

CLI Plugin to manage downloading of slugs
1 stars 0 forks source link

Usage text doesn't mention archive extraction #7

Closed edmorley closed 7 years ago

edmorley commented 7 years ago

It currently says:

$ heroku slugs:download --help
Usage: heroku slugs:download [SLUG_ID] [flags]

downloads a slug to slug.dump

Flags:
 -a, --app     (required) app to run command against
 -r, --remote  git remote of app to use

If SLUG_ID is not specified, returns the current slug.

It would be good to mention that it also extracts the archive too.

I'll fold this into the fix for #4.