Skip to content

Instantly share code, notes, and snippets.

@alces
Created March 26, 2021 12:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alces/611b10a32fc483a4db5c44766ba6df27 to your computer and use it in GitHub Desktop.
Save alces/611b10a32fc483a4db5c44766ba6df27 to your computer and use it in GitHub Desktop.
Call Google Cloud function from command line
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