Saw it right on the main addon page. Also, I believe I saw it in a comment from Oren. Perhaps it was planned but unfinished. http://addons.heroku.com/bundles
"A bundle is an archive (tarball) of your application code repository and a dump of the database. When you initiate a bundle capture, it's stored on Heroku's servers. From there, you can download the bundle to your local machine, keep one or unlimited on Heroku, UPLOAD bundles from your local machine and re-animate a bundle with the "heroku bundles" commands." On Mar 8, 11:23 am, Terence Lee <[email protected]> wrote: > Hi Jason, > > Where are you seeing documentation about uploading a bundle? I've > inquired about this before, but afaik there is no support for bundle > upload. Bundle animation is using a previously captured bundle. > > Cheers, > Terence > > On Sun, 2010-03-07 at 22:17 -0800, Jason wrote: > > I've seen several places where it's mentioned that you can upload a > > bundle, though the heroku gem only lists these commands: > > > bundles # list bundles for the app > > bundles:capture [<bundle>] # capture a bundle of the app's code and > > data > > bundles:download # download most recent app bundle as a > > tarball > > bundles:download <bundle> # download the named bundle > > bundles:animate <bundle> # animate a bundle into a new app > > bundles:destroy <bundle> # destroy the named bundle > > > How does one go about uploading a bundle that can then be animated? > > -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
