Google App Engine - How to download source code

To download source code from a Google App Engine application, run the following command:


appcfg.py download_app -A <your_app_id> -V <your_app_version> <output_dir>


Reference: https://developers.google.com/appengine/docs/python/tools/uploadinganapp?csw=1#Python_Downloading_source_code

Comments