Skip to content

Commit 99d7af3

Browse files
averikitschJustinBeckwith
authored andcommitted
docs: updated gcloud command (#29)
1 parent 767b4ce commit 99d7af3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cloud-tasks/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ such as on Google App Engine or Google Compute Engine.
3737

3838
To create a queue using the Cloud SDK, use the following gcloud command:
3939

40-
gcloud alpha tasks queues create pull my-pull-queue
40+
gcloud beta tasks queues create pull my-pull-queue
4141

4242
## Running the Samples
4343

@@ -48,12 +48,12 @@ First, your project ID:
4848
export PROJECT_ID=my-project-id
4949

5050
Then the queue ID, as specified at queue creation time. Queue IDs already
51-
created can be listed with `gcloud alpha tasks queues list`.
51+
created can be listed with `gcloud beta tasks queues list`.
5252

5353
export QUEUE_ID=my-pull-queue
5454

5555
And finally the location ID, which can be discovered with
56-
`gcloud alpha tasks queues describe $QUEUE_ID`, with the location embedded in
56+
`gcloud beta tasks queues describe $QUEUE_ID`, with the location embedded in
5757
the "name" value (for instance, if the name is
5858
"projects/my-project/locations/us-central1/queues/my-pull-queue", then the
5959
location is "us-central1").

0 commit comments

Comments
 (0)