Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit fe33547

Browse files
authored
1 parent c20580e commit fe33547

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

samples/snippets/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To create a queue (named `my-queue`) using the Cloud SDK, use the following
2929
gcloud command:
3030

3131
```
32-
gcloud beta tasks queues create my-queue
32+
gcloud tasks queues create my-queue
3333
```
3434

3535
## Run the Sample Using the Command Line
@@ -43,14 +43,14 @@ export PROJECT_ID=my-project-id
4343
```
4444

4545
Then the queue ID, as specified at queue creation time. Queue IDs already
46-
created can be listed with `gcloud beta tasks queues list`.
46+
created can be listed with `gcloud tasks queues list`.
4747

4848
```
4949
export QUEUE_ID=my-queue
5050
```
5151

5252
And finally the location ID, which can be discovered with
53-
`gcloud beta tasks queues describe my-queue`, with the location embedded in
53+
`gcloud tasks queues describe my-queue`, with the location embedded in
5454
the "name" value (for instance, if the name is
5555
"projects/my-project/locations/us-central1/queues/my-queue", then the
5656
location is "us-central1").

0 commit comments

Comments
 (0)