I’ve just been going through and cloning the repos via their command line tool:
heroku git:clone --a <app name>
If you have really old apps (e.g. on the bamboo stack or older), there is a plug-in that allows you to download the slug (as Git doesn’t work with those old stacks).
Comments
Does anyone have a quick and dirty script to download the Git repo and data for all your Heroku apps?
I’ve just been going through and cloning the repos via their command line tool:
If you have really old apps (e.g. on the bamboo stack or older), there is a plug-in that allows you to download the slug (as Git doesn’t work with those old stacks).Thank you. Downloaded everything.