From 0df9d39008275a503c62fcc1747bb065e8ecfb1c Mon Sep 17 00:00:00 2001 From: kucherenkovova Date: Mon, 17 Jul 2017 14:52:07 +0300 Subject: [PATCH] changed `gcloud alpha` to `gcloud beta` in README --- appengine/flexible/pubsub/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appengine/flexible/pubsub/README.md b/appengine/flexible/pubsub/README.md index 6f44362739c..04ef158e9e0 100644 --- a/appengine/flexible/pubsub/README.md +++ b/appengine/flexible/pubsub/README.md @@ -10,8 +10,8 @@ Before you can run or deploy the sample, you will need to do the following: 2. Create a topic and subscription. - $ gcloud alpha pubsub topics create [your-topic-name] - $ gcloud alpha pubsub subscriptions create [your-subscription-name] \ + $ gcloud beta pubsub topics create [your-topic-name] + $ gcloud beta pubsub subscriptions create [your-subscription-name] \ --topic [your-topic-name] \ --push-endpoint \ https://[your-app-id].appspot.com/pubsub/push?token=[your-token] \