You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/commands/execute_command/README.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,11 @@ cmake --build build/
135
135
To run the sample:
136
136
137
137
```sh
138
-
./build/execute-command --endpoint <endpoint> --cert <path to the certificate> --key <path to the private key> --thing_name <thing name> --client_id <client id>
138
+
./build/execute-command \
139
+
--endpoint <endpoint> \
140
+
--cert <path to the certificate> \
141
+
--key <path to the private key> \
142
+
--thing_name <thing name> --client_id <client id>
139
143
```
140
144
141
145
The sample will automatically connect to IoT Core and then will subscribe to streams of Command Executions related to
@@ -221,21 +225,21 @@ On success, the CLI command should give output like:
0 commit comments