We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gcloud alpha
gcloud beta
1 parent 218bc59 commit 5d3b0b5Copy full SHA for 5d3b0b5
1 file changed
appengine/flexible/pubsub/README.md
@@ -10,8 +10,8 @@ Before you can run or deploy the sample, you will need to do the following:
10
11
2. Create a topic and subscription.
12
13
- $ gcloud alpha pubsub topics create [your-topic-name]
14
- $ gcloud alpha pubsub subscriptions create [your-subscription-name] \
+ $ gcloud beta pubsub topics create [your-topic-name]
+ $ gcloud beta pubsub subscriptions create [your-subscription-name] \
15
--topic [your-topic-name] \
16
--push-endpoint \
17
https://[your-app-id].appspot.com/pubsub/push?token=[your-token] \
0 commit comments