$ 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.
It currently says:
It would be good to mention that it also extracts the archive too.
I'll fold this into the fix for #4.