You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clone the application repo to your local filesystem
USAGE
$ heroku repo:clone -a <value> [-r <value>]
FLAGS
-a, --app=<value> (required) app to run command against
-r, --remote=<value> the git remote to use
DESCRIPTION
clone the application repo to your local filesystem
USAGE
$ heroku repo:download [FILENAME] -a <value> [-r <value>]
ARGUMENTS
FILENAME a filename for the tarball
FLAGS
-a, --app=<value> (required) app to run command against
-r, --remote=<value> the git remote to use
DESCRIPTION
download the application repo as a tarball
run a git gc --aggressive on an application's repository
USAGE
$ heroku repo:gc -a <value> [-r <value>]
FLAGS
-a, --app=<value> (required) app to run command against
-r, --remote=<value> the git remote to use
DESCRIPTION
run a git gc --aggressive on an application's repository
delete the contents of the build cache in the repository
USAGE
$ heroku repo:purge_cache -a <value> [-r <value>]
FLAGS
-a, --app=<value> (required) app to run command against
-r, --remote=<value> the git remote to use
DESCRIPTION
delete the contents of the build cache in the repository
ALIASES
$ heroku repo:purge_cache
heroku repo:purge-cache
delete the contents of the build cache in the repository
USAGE
$ heroku repo:purge-cache -a <value> [-r <value>]
FLAGS
-a, --app=<value> (required) app to run command against
-r, --remote=<value> the git remote to use
DESCRIPTION
delete the contents of the build cache in the repository
ALIASES
$ heroku repo:purge_cache
USAGE
$ heroku repo:reset -a <value> [-r <value>]
FLAGS
-a, --app=<value> (required) app to run command against
-r, --remote=<value> the git remote to use
DESCRIPTION
reset the repo