1
0
Fork 0
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:
Automated 2022-03-01 21:43:54 +00:00
parent c1c3b75313
commit 21878eea72
1018 changed files with 4838 additions and 3409 deletions

View file

@ -13,8 +13,7 @@ EXAMPLES
To create a Pub/Sub lite-reservation, run:
$ gcloud beta pubsub lite-reservations create myreservation \
--location=us-central1 \
--throughput-capacity=2
--location=us-central1 --throughput-capacity=2
POSITIONAL ARGUMENTS
RESERVATION

View file

@ -13,7 +13,7 @@ EXAMPLES
To delete a Pub/Sub Lite reservation, run:
$ gcloud beta pubsub lite-reservations delete myreservation \
--location=us-central1
--location=us-central1
POSITIONAL ARGUMENTS
Reservation resource - Reservation to delete. The arguments in this group

View file

@ -13,7 +13,7 @@ EXAMPLES
To describe a Pub/Sub Lite reservation, run:
$ gcloud beta pubsub lite-reservations describe myreservation \
--location=us-central1
--location=us-central1
POSITIONAL ARGUMENTS
Reservation resource - Reservation to describe. The arguments in this

View file

@ -13,7 +13,7 @@ EXAMPLES
To list Pub/Sub Lite reservations, run:
$ gcloud beta pubsub lite-reservations list --location=us-central1 \
--limit=5
--limit=5
REQUIRED FLAGS
Location resource - Location to list reservations for. This represents a

View file

@ -15,7 +15,7 @@ EXAMPLES
To list Pub/Sub Lite topics for a given Lite reservation, run:
$ gcloud beta pubsub lite-reservations list-topics myreservation \
--location=us-central1
--location=us-central1
POSITIONAL ARGUMENTS
Reservation resource - Reservation to list topics for. The arguments in

View file

@ -14,8 +14,7 @@ EXAMPLES
To update a Pub/Sub Lite reservation, run:
$ gcloud beta 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