From 30a9f85871414509e7bd048ee1b1c0532f10ff8f Mon Sep 17 00:00:00 2001 From: Gus Class Date: Thu, 15 Nov 2018 11:25:34 -0800 Subject: [PATCH] Adds updated Cloud SDK instructions --- iot/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/iot/README.md b/iot/README.md index 7086ee0d14..aef773fe49 100644 --- a/iot/README.md +++ b/iot/README.md @@ -19,10 +19,10 @@ Cloud IoT Core platform. 1. Create a registry: - gcloud beta iot registries create my-registry \ - --project=my-iot-project \ - --region=us-central1 \ - --event-pubsub-topic=projects/my-iot-project/topics/device-events + gcloud iot registries create "your-registry-id" \ + --project= \ + --region=us-central1 \ + --event-notification-config=topic=projects//topics/ 1. Use the `generate_keys.sh` script to generate your signing keys: @@ -30,7 +30,7 @@ Cloud IoT Core platform. 1. Create a device. - gcloud beta iot devices create my-node-device \ + gcloud iot devices create my-node-device \ --project=my-iot-project \ --region=us-central1 \ --registry=my-registry \