We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd39e8 commit 6a60c8fCopy full SHA for 6a60c8f
iot/api-client/manager/README.md
@@ -54,10 +54,11 @@ run the sample as:
54
55
Create a PubSub topic, `hello-java`, for the project, `blue-jet-123`:
56
57
- java -cp target/cloudiot-manager-demo-1.0-jar-with-dependencies.jar \
58
- com.example.cloud.iot.examples.DeviceRegistryExample \
59
- -project_id=blue-jet-123 -pubsub_topic=hello-java
60
- -command=create-iot-topic
+ mvn exec:java \
+ -Dexec.mainClass="com.example.cloud.iot.examples.DeviceRegistryExample" \
+ -Dexec.args="-project_id=blue-jet-123 \
+ -command=create-iot-topic \
61
+ -pubsub_topic=hello-java "
62
63
Create an ES device:
64
0 commit comments