{"id":91,"description":"gcp - pubsub: interact with pubsub through gcloud CLI","tags":["commands","gcp","pubsub"],"contents":["# To list subscribers of a topic","gcloud pubsub topics list-subscriptions my-pubsub-topic","","# To publish a message to pubsub topic","gcloud pubsub topics publish pubsub-topic1 --message \"hello,world\""]}
