document.write("
Authenticate gcloud SDK inside of Docker Container
\ngcloud auth login -no-launch-browser.
List current Project
\ngcloud config list
Change Project
\ngcloud config set project [YOUR_PROJECT_ID]
Deploy App
\ngcloud app deploy
Tail Logs (Good for debugging live)
\ngcloud app logs tail -s default
Update gcloud
\ngcloud components update
Stackoverflow - Using Postman to access OAuth 2.0 Google APIs
\n
runtime: nodejs10 handlers: - url: /.* script: auto secure: always redirect_http_response_code: 301 env_variables: DEBUG: "app,app:*"