--php_executable_path=/usr/bin/php-cgi
- gcloud auth list
- gcloud config set project PROJECT
- gcloud auth login
- gcloud init YOUR_REPO_ID
- cd YOUR_REPO_ID/default
- gcloud components list
- gcloud components update app
- gcloud preview app deploy .
- gcloud --project=[project-id] preview app deploy -q app.yaml
- gcloud auth login
- git config credential.helper gcloud.cmd
- git remote add google https://source.developers.google.com/p/YOUR_REPO_ID/
- git push --all google
git clone https://source.developers.google.com/p/YOUR_REPO_ID/r/default CUSTOM_REPO_NAME --config credential.helper=gcloud.cmd
--skip_sdk_update_check --disable_update_check (old version)
- dev_appserver.py --port=9090 myapp/
- dev_appserver.py --port=9090 --php_executable_path=/usr/bin/php-cgi myapp/
- dev_appserver.py --skip_sdk_update_check=yes --port=9090 --admin_port=8000 --php_executable_path=/usr/bin/php-cgi myapp/
- appcfg.py update myapp/
- appcfg.py download_app -A [APP-ID] -V [VERSION] [FOLDER_OUTPUT]
- appcfg.py rollback myapp/
- appcfg.py download_data -A s~[project-id] --url http://PROJECT_ID.appspot.com/_ah/remote_api --filename=datastore-$(date +%Y%m%d-%H%M).data