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 LOCATIONalso accepted
gcloud scheduler jobs create pubsub