Just open sourced this today... Hope someone finds it useful.
https://github.com/Venditan/appengine-deploy *What is this? Is it different from appcfg.py?* This allows you to *deploy the same code/application to multiple target environments* (local, multiple different App Engine projects). Critically, it also allows you to *manage environment variables distinctly for each deployment target*. This tool uses appcfg.py to actually push the deployments out, but it builds a dynamic command, overriding the target application id and environment variables at deploy time. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/fa04d658-2b39-4a05-b118-7fbe35680e94%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
