hardgcloud

Create a Cloud Scheduler job that publishes a message to a Pub/Sub topic

command

gcloud scheduler jobs create pubsub JOB_NAME --schedule "CRON" --topic TOPIC --message-body MESSAGE --location LOCATION

also accepted

gcloud scheduler jobs create pubsub

Command breakdown

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

gcloudschedulerjobscreatepubsubJOB_NAME--schedule"CRON"--topicTOPIC--message-bodyMESSAGE--locationLOCATION
FlagPurpose
--scheduleBoolean flag
--topicBoolean flag
--message-bodyBoolean flag
--locationBoolean flag

Test your recall — not just your reading.

Practice with interactive quiz →