This repository was archived by the owner on Feb 1, 2024. It is now read-only.
File tree 1 file changed +3
-3
lines changed
samples/appengine/flexible/tasks
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ To set up authentication, please refer to our
35
35
To create a queue using the Cloud SDK, use the following gcloud command:
36
36
37
37
```
38
- gcloud alpha tasks queues create app-engine my-appengine-queue
38
+ gcloud beta tasks queues create- app-engine-queue my-appengine-queue
39
39
```
40
40
41
41
Note: A newly created queue will route to the default App Engine service and
@@ -74,14 +74,14 @@ export PROJECT_ID=my-project-id
74
74
```
75
75
76
76
Then the queue ID, as specified at queue creation time. Queue IDs already
77
- created can be listed with ` gcloud alpha tasks queues list ` .
77
+ created can be listed with ` gcloud beta tasks queues list ` .
78
78
79
79
```
80
80
export QUEUE_ID=my-appengine-queue
81
81
```
82
82
83
83
And finally the location ID, which can be discovered with
84
- ` gcloud alpha tasks queues describe $QUEUE_ID ` , with the location embedded in
84
+ ` gcloud beta tasks queues describe $QUEUE_ID ` , with the location embedded in
85
85
the "name" value (for instance, if the name is
86
86
"projects/my-project/locations/us-central1/queues/my-appengine-queue", then the
87
87
location is "us-central1").
You can’t perform that action at this time.
0 commit comments