FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

java-docs-samples/appengine-java8/metadata/README.md at master · alfredjava/java-docs-samples · GitHub

Latest commit

 

History

History
54 lines (35 loc) · 1.74 KB

File metadata and controls

54 lines (35 loc) · 1.74 KB

Google App Engine - Metadata Inspection

This sample displays what's going on in your app. It dumps the environment and lots more.

See the Google App Engine standard environment documentation for more detailed instructions.

Setup

Use either:

  • gcloud init
  • gcloud auth application-default login
  • gcloud components update

Maven

Running locally

NOTE - There is no local Metadata server, so local running isn't available. It is possible to setup an Emulator.

Deploying

$ mvn appengine:deploy

Back | FazBrowse Home | New Git URL