Difference between revisions of "Gcloud pubsub"

From wikieduonline
Jump to navigation Jump to search
 
Line 36: Line 36:
 
For detailed information on this command and its flags, run:
 
For detailed information on this command and its flags, run:
 
   gcloud pubsub --help
 
   gcloud pubsub --help
 +
 +
== Related ==
 +
* [[GCP Pub/Sub]]
  
 
== See also ==
 
== See also ==

Latest revision as of 11:53, 1 December 2023

https://cloud.google.com/sdk/gcloud/reference/pubsub

gcloud pubsub topics
gcloud pubsub snapshots
gcloud pubsub schemas
gcloud pubsub subscriptions


gcloud pubsub topics create start-instance-event
gcloud pubsub topics create stop-instance-event
gcloud pubsub topics create cron-topic


gcloud functions deploy startInstancePubSub \
   --trigger-topic start-instance-event \
   --runtime nodejs10 \
   --allow-unauthenticated
gcloud pubsub
ERROR: (gcloud.pubsub) Command name argument expected.

Available groups for gcloud pubsub:

      lite-operations         Manage Pub/Sub Lite operations.
      lite-reservations       Manage Pub/Sub Lite reservations.
      lite-subscriptions      Manage Pub/Sub Lite subscriptions.
      lite-topics             Manage Pub/Sub Lite topics.
      schemas                 Manage Pub/Sub schemas.
      snapshots               Manage Cloud Pub/Sub snapshots.
      subscriptions           Manage Cloud Pub/Sub subscriptions.
      topics                  Manage Cloud Pub/Sub topics.

For detailed information on this command and its flags, run:

 gcloud pubsub --help

Related[edit]

See also[edit]

Advertising: