hardgcloud

Deploy a Cloud Function that is triggered by a Pub/Sub topic

command

gcloud functions deploy FUNCTION_NAME --runtime RUNTIME --trigger-topic TOPIC_NAME

also accepted

gcloud functions deploy

Command breakdown

Part of the Google Cloud CLI (gcloud) — Cloud Functions category.

gcloudfunctionsdeployFUNCTION_NAME--runtimeRUNTIME--trigger-topicTOPIC_NAME
FlagPurpose
--runtimeBoolean flag
--trigger-topicBoolean flag

Test your recall — not just your reading.

Practice with interactive quiz →