heroku-repo
v1.0.14
Published
Heroku CLI plugin to manipulate the repo
Maintainers
Keywords
Readme
Heroku Repo plugin
This plugin adds some commands to the heroku gem to interact with the app's repo
Installation
To install:
$ heroku plugins:install heroku-repoCommands
clone
$ heroku repo:clone -a appnameThis will clone the applications repo to your local filesystem. No collaboration necessary!
download
$ heroku repo:download -a appnameThis will download the applications repo as a tarball.
gc
$ heroku repo:gc -a appnameThis will run a git gc --aggressive against the applications repo. This is done inside a run process on the application.
purge-cache
$ heroku repo:purge_cache -a appnameThis will delete the contents of the build cache stored in the repository. This is done inside a run process on the application.
reset
$ heroku repo:reset -a appnameThis will empty the remote repository.
