mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 13:10:18 +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
|
|
@ -17,10 +17,8 @@ EXAMPLES
|
|||
To create a Pub/Sub lite-topic, run:
|
||||
|
||||
$ gcloud pubsub lite-topics create mytopic \
|
||||
--location=us-central1-a \
|
||||
--partitions=1 \
|
||||
--per-partition-bytes=30GiB \
|
||||
--message-retention-period=2w
|
||||
--location=us-central1-a --partitions=1 \
|
||||
--per-partition-bytes=30GiB --message-retention-period=2w
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
TOPIC
|
||||
|
|
|
|||
|
|
@ -11,8 +11,7 @@ DESCRIPTION
|
|||
EXAMPLES
|
||||
To delete a Pub/Sub Lite topic, run:
|
||||
|
||||
$ gcloud pubsub lite-topics delete mytopic \
|
||||
--location=us-central1-a
|
||||
$ gcloud pubsub lite-topics delete mytopic --location=us-central1-a
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Topic resource - Topic to delete. The arguments in this group can be used
|
||||
|
|
|
|||
|
|
@ -11,8 +11,7 @@ DESCRIPTION
|
|||
EXAMPLES
|
||||
To describe a Pub/Sub Lite topic, run:
|
||||
|
||||
$ gcloud pubsub lite-topics describe mytopic \
|
||||
--location=us-central1-a
|
||||
$ gcloud pubsub lite-topics describe mytopic --location=us-central1-a
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Topic resource - Topic to describe. The arguments in this group can be
|
||||
|
|
|
|||
|
|
@ -12,8 +12,7 @@ DESCRIPTION
|
|||
EXAMPLES
|
||||
To list Pub/Sub Lite topics, run:
|
||||
|
||||
$ gcloud pubsub lite-topics list --location=us-central1-a \
|
||||
--limit=5
|
||||
$ gcloud pubsub lite-topics list --location=us-central1-a --limit=5
|
||||
|
||||
FLAGS
|
||||
Location resource - Zone to list topics for. This represents a Cloud
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ EXAMPLES
|
|||
To list Pub/Sub Lite subscriptions for a given Lite topic, run:
|
||||
|
||||
$ gcloud pubsub lite-topics list-subscriptions mytopic \
|
||||
--location=us-central1-a
|
||||
--location=us-central1-a
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Topic resource - Topic to list subscriptions for. The arguments in this
|
||||
|
|
|
|||
|
|
@ -17,8 +17,7 @@ EXAMPLES
|
|||
To update a Pub/Sub Lite topic, run:
|
||||
|
||||
$ gcloud pubsub lite-topics update mytopic \
|
||||
--location=us-central1-a \
|
||||
--per-partition-publish-mib=10
|
||||
--location=us-central1-a --per-partition-publish-mib=10
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Topic resource - Topic to update. The arguments in this group can be used
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue