gcloud pubsub

From wikieduonline
Revision as of 20:01, 20 June 2022 by Welcome (talk | contribs)
Jump to navigation Jump to search

gcloud pubsub topics



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

See also

Advertising: