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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
averikitsch authored Jun 11, 2019
1 parent c20580e commit fe33547
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samples/snippets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To create a queue (named `my-queue`) using the Cloud SDK, use the following
gcloud command:

```
gcloud beta tasks queues create my-queue
gcloud tasks queues create my-queue
```

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

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

```
export QUEUE_ID=my-queue
```

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

0 comments on commit fe33547

Please sign in to comment.