Difference between revisions of "Gcloud functions"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} gcloud functions deploy startInstancePubSub \ --trigger-topic start-instance-event \ --runtime nodejs10 \ --allow-unauthenticated * {{gcloud}}")
 
 
Line 5: Line 5:
 
   --allow-unauthenticated
 
   --allow-unauthenticated
  
 +
 +
gcloud functions call stopInstancePubSub \
 +
    --data '{"data":"eyJ6b25lIjoidXMtd2VzdDEtYiIsICJsYWJlbCI6ImVudj1kZXYifQo="}'
  
 
* {{gcloud}}
 
* {{gcloud}}

Latest revision as of 00:46, 18 June 2022

gcloud functions deploy startInstancePubSub \
  --trigger-topic start-instance-event \
  --runtime nodejs10 \
  --allow-unauthenticated


gcloud functions call stopInstancePubSub \
   --data '{"data":"eyJ6b25lIjoidXMtd2VzdDEtYiIsICJsYWJlbCI6ImVudj1kZXYifQo="}'

Advertising: