Last active
October 8, 2018 18:17
-
-
Save yohangdev/da3bf91ccb52e1a3120e8aa4c749f3b9 to your computer and use it in GitHub Desktop.
My Google Cloud Engine / Cloud Functions Cheatsheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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