Google App Engine: appcfg.py rollback

前端 未结 19 1809
误落风尘
误落风尘 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 08:04

    In Linux uploading an App through appcfg creates a staging directory in /tmp

    0% Created staging directory at: '/tmp/appcfg8593320566371318406.tmp'

    To rollback you may also this directory in rollback command

    appcfg.sh -A yourAppId -s appengine.google.com rollback /tmp/appcfg8593320566371318406.tmp
    
    0 讨论(0)
提交回复
热议问题