Can I restore my source code that has been uploaded into Google AppEngine?

前端 未结 8 1706
旧巷少年郎
旧巷少年郎 2020-11-30 04:57

I recently had a hard drive crashed and lost all of my source code. Is it possible to pull/checkout the code that I have already uploaded to Google App Engine (like the most

8条回答
  •  青春惊慌失措
    2020-11-30 05:54

    Found that you can run the following in your console (command line / terminal). Just make sure that appcfg.py is accessible via your $PATH.

    locate appcfg.py
    

    By default the code below prints out each file and the download progress.

    appcfg.py download_app -A APP_ID -V VERSION_ID ~/Downloads
    

提交回复
热议问题