Google App Engine: appcfg.py rollback

前端 未结 19 1812
误落风尘
误落风尘 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:01

    • Open dos
    • place yourself in the folder containing appcfg.cmd (bin of the GAE SDK)
    • If your application myapp resides in C:\Users\Nilesh\Documents\ then directory path should be C:\Users\Nilesh\Documents\myapp\war.

    • Now open the command prompt and type the following:

      appcfg.cmd rollback C:\Users\Nilesh\Documents\myapp\war

    Note don't forget to add 'war' at then end of your app folder

    • then enter your email and password

提交回复
热议问题