original source : https://cloud.google.com/appengine/docs/standard/python/tools/appcfg-arguments#download_app
export PATH=$PATH:/path/to/google_appengine/ 명령을 통해 구글 앱엔진 sdk와 프로젝트폴더(app.yml이 있는)를 연결하고 그 프로젝트폴더에서 아래 명령으로 치면 다운로드 된다.
appcfg.py download_app -A <app_id> -V <version> <output-dir>
<app_id> 는 https://console.cloud.google.com 에서 확인가능하다.
ex) crested-set-11111
<version>은 app.yml에 있는 버전 숫자이다.
<output-dir> 은 다운 받을 내 컴퓨터의 폴더 위치이다.