Google App Engine: appcfg.py rollback

前端 未结 19 1832
误落风尘
误落风尘 2020-12-08 07:24

I\'m using Windows 7 and for the life of me I cannot figure out how to call the rollback function on appcfg.py. All I want to know is what to type into the command prompt so

19条回答
  •  天命终不由人
    2020-12-08 07:43

    Here I have fix it on my ubuntu machine:

    cd /home/eclipse/plugins/com.google.appengine.eclipse.sdkbundle_1.6.5/appengine-java-sdk-1.6.5/bin/
    sh ./appcfg.sh -A appId -s appengine.google.com -e youdID@google.com rollback /home/workspace/projectName/war
    

    Hope this helps

提交回复
热议问题