From 2d0cc5f661c7d0da97764aeff819b8563f709f0e Mon Sep 17 00:00:00 2001 From: dlorenc Date: Thu, 13 Oct 2016 14:04:16 -0700 Subject: [PATCH] Switch --bucket to --stage-bucket --- functions/pubsub/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/pubsub/README.md b/functions/pubsub/README.md index 034b6b4623..70caae3deb 100644 --- a/functions/pubsub/README.md +++ b/functions/pubsub/README.md @@ -34,13 +34,13 @@ can skip this step): 1. Deploy the `publish` function with an HTTP trigger: - gcloud alpha functions deploy publish --bucket [YOUR_BUCKET_NAME] --trigger-http + gcloud alpha functions deploy publish --stage-bucket [YOUR_BUCKET_NAME] --trigger-http * Replace `[YOUR_BUCKET_NAME]` with the name of your Cloud Storage Bucket. 1. Deploy the `subscribe` function with the Pub/Sub topic as a trigger: - gcloud alpha functions deploy subscribe --bucket [YOUR_BUCKET_NAME] --trigger-topic [YOUR_TOPIC_NAME] + gcloud alpha functions deploy subscribe --stage-bucket [YOUR_BUCKET_NAME] --trigger-topic [YOUR_TOPIC_NAME] * Replace `[YOUR_BUCKET_NAME]` with the name of your Cloud Storage Bucket. * Replace `[YOUR_TOPIC_NAME]` with the name of your Pub/Sub Topic.