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

Commit 9aa538a

Browse files
authored
1 parent e7e1243 commit 9aa538a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

samples/appengine/flexible/tasks/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To set up authentication, please refer to our
3535
To create a queue using the Cloud SDK, use the following gcloud command:
3636

3737
```
38-
gcloud beta tasks queues create-app-engine-queue my-appengine-queue
38+
gcloud tasks queues create my-appengine-queue
3939
```
4040

4141
Note: A newly created queue will route to the default App Engine service and
@@ -79,14 +79,14 @@ export PROJECT_ID=my-project-id
7979
```
8080

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

8484
```
8585
export QUEUE_ID=my-appengine-queue
8686
```
8787

8888
And finally the location ID, which can be discovered with
89-
`gcloud beta tasks queues describe $QUEUE_ID`, with the location embedded in
89+
`gcloud tasks queues describe $QUEUE_ID`, with the location embedded in
9090
the "name" value (for instance, if the name is
9191
"projects/my-project/locations/us-central1/queues/my-appengine-queue", then the
9292
location is "us-central1").

0 commit comments

Comments
 (0)