Created
March 26, 2021 12:20
-
-
Save alces/611b10a32fc483a4db5c44766ba6df27 to your computer and use it in GitHub Desktop.
Call Google Cloud function from command line
This file contains 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 --project my-project-id \ | |
functions call hello-world \ | |
--data '{}' \ | |
--region us-east1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment