We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e9688 commit ac6f743Copy full SHA for ac6f743
README.md
@@ -38,6 +38,14 @@ Use this command to provision a device:
38
39
`$ iot-cloud-cli device create --name <deviceName> --port <port> --fqbn <deviceFqbn>`
40
41
+## Device commands
42
+
43
+Once a device has been created thorugh the provisioning procedure, it can be deleted by using the following command:
44
+`$ iot-cloud-cli device delete --id <deviceID>`
45
46
+Devices currently present on Arduino IoT Cloud can be retrieved by using this command:
47
+`$ iot-cloud-cli device list`
48
49
50
## Use iot-cloud-cli as a virtual device
51
0 commit comments