Thursday, September 3, 2015

Appcfg : Download source code and logs from GAE


Appcfg :- Google SDK Command (App Engine)


Download Source Code :-

1) Open Notepad and copy the following code :


appcfg.py download_app -A <your_app_id> -V <your_app_version> "<output-dir>"


2) Change <your_app_id><your_app_version> and <output_dir> fields accordingly. You " (quotes) for path.


3) Save the file as any_name.bat


4) Done


Downlod logs :-


1) Open Notepad and copy the following code :


appcfg.py request_logs --email=<email_id> --application=<app_id> --version=<app_version> "<download_directory>"


2) Change <email_id><app_id> and <app_version> fields accordingly. You " (quotes) for path.


3) Save the file as any_name.bat


4) Done

No comments:

Post a Comment