Have a look at: appcfg.py --help You might find the following particularly interesting: rollback: Rollback an in-progress update. set_default_version: Set the default (serving) version.
I personally use versions for releases. First I push to a new version, test it, then switch it to default. I periodically clear old releases. Robert On Sun, Mar 20, 2011 at 23:43, ashot <[email protected]> wrote: > We use them here with each release, switching the default version > every time we push. > > Was this their intended purpose? > > If so, why is there such a small limit and no way to control > versioning from the command line? > > If not, what is their intended purpose and what is the intended way to > deal with releases and rollbacks? > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" 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/google-appengine?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en.
