gcloud functions describe hello-world --region us-central1

Category: Google Cloud & Workspace

gcloud functions describe hello-world --region us-central1

Show details of a Cloud Function

Prints the full configuration of hello-world: runtime, entry point, trigger, environment variables, timeout and the HTTPS trigger URL. Grab the URL from the httpsTrigger.url field to call the function. Related: gcloud functions logs read shows its runtime logs.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.