heroku / heroku-repo

Plugin for heroku CLI that can manipulate the repo
MIT License
686 stars 111 forks source link

Add command to download cache content #45

Closed lfittl closed 8 years ago

lfittl commented 8 years ago

I've recently run into an issue where a gem I created didn't work well with the build cache - adding a way to download the cache content from Heroku helped me debug this.

This adds a repo:download-cache command to the plugin, the cache gets saved as #{app}-repo.tgz.

Thought it might be helpful for others :)

tt commented 8 years ago

The cache URL is not part of our public API and might go away. As such, I'm hesitant to expose it here because that might indicate otherwise.

Thank you for your contribution, though.

lfittl commented 8 years ago

Makes sense, appreciate the feedback :bow: