File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,18 +19,18 @@ Cloud IoT Core platform.
1919
20201 . Create a registry:
2121
22- gcloud beta iot registries create my -registry \
23- --project=my-iot- project \
24- --region=us-central1 \
25- --event-pubsub- topic=projects/my-iot- project/topics/device-events
22+ gcloud iot registries create "your -registry-id" \
23+ --project=<your- project-id> \
24+ --region=us-central1 \
25+ --event-notification-config= topic=projects/<your- project-id> /topics/<pubsub-topic-name>
2626
27271 . Use the ` generate_keys.sh ` script to generate your signing keys:
2828
2929 ./scripts/generate_keys.sh
3030
31311 . Create a device.
3232
33- gcloud beta iot devices create my-node-device \
33+ gcloud iot devices create my-node-device \
3434 --project=my-iot-project \
3535 --region=us-central1 \
3636 --registry=my-registry \
You can’t perform that action at this time.
0 commit comments