Skip to content

Instantly share code, notes, and snippets.

@yohangdev
Last active October 8, 2018 18:17
Show Gist options
  • Save yohangdev/da3bf91ccb52e1a3120e8aa4c749f3b9 to your computer and use it in GitHub Desktop.
Save yohangdev/da3bf91ccb52e1a3120e8aa4c749f3b9 to your computer and use it in GitHub Desktop.
My Google Cloud Engine / Cloud Functions Cheatsheet
gcloud init
export GOOGLE_APPLICATION_CREDENTIALS="/home/secrets.json"
functions-emulator start --tail
functions-emulator deploy attendances --trigger-http
functions-emulator stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment