mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Tue Mar 1 21:43:54 UTC 2022
This commit is contained in:
parent
c1c3b75313
commit
21878eea72
1018 changed files with 4838 additions and 3409 deletions
|
|
@ -12,8 +12,7 @@ EXAMPLES
|
|||
To create a Pub/Sub lite-reservation, run:
|
||||
|
||||
$ gcloud pubsub lite-reservations create myreservation \
|
||||
--location=us-central1 \
|
||||
--throughput-capacity=2
|
||||
--location=us-central1 --throughput-capacity=2
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
RESERVATION
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ EXAMPLES
|
|||
To delete a Pub/Sub Lite reservation, run:
|
||||
|
||||
$ gcloud pubsub lite-reservations delete myreservation \
|
||||
--location=us-central1
|
||||
--location=us-central1
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Reservation resource - Reservation to delete. The arguments in this group
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ EXAMPLES
|
|||
To describe a Pub/Sub Lite reservation, run:
|
||||
|
||||
$ gcloud pubsub lite-reservations describe myreservation \
|
||||
--location=us-central1
|
||||
--location=us-central1
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Reservation resource - Reservation to describe. The arguments in this
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ EXAMPLES
|
|||
To list Pub/Sub Lite reservations, run:
|
||||
|
||||
$ gcloud pubsub lite-reservations list --location=us-central1 \
|
||||
--limit=5
|
||||
--limit=5
|
||||
|
||||
REQUIRED FLAGS
|
||||
Location resource - Location to list reservations for. This represents a
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ EXAMPLES
|
|||
To list Pub/Sub Lite topics for a given Lite reservation, run:
|
||||
|
||||
$ gcloud pubsub lite-reservations list-topics myreservation \
|
||||
--location=us-central1
|
||||
--location=us-central1
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Reservation resource - Reservation to list topics for. The arguments in
|
||||
|
|
|
|||
|
|
@ -12,8 +12,7 @@ EXAMPLES
|
|||
To update a Pub/Sub Lite reservation, run:
|
||||
|
||||
$ gcloud pubsub lite-reservations update myreservation \
|
||||
--location=us-central1 \
|
||||
--throughput-capacity=2
|
||||
--location=us-central1 --throughput-capacity=2
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Reservation resource - Reservation to update. The arguments in this group
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue