Skip to content

Commit ac6f743

Browse files
committed
Update readme
1 parent a5e9688 commit ac6f743

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ Use this command to provision a device:
3838
3939
`$ iot-cloud-cli device create --name <deviceName> --port <port> --fqbn <deviceFqbn>`
4040

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+
4149

4250
## Use iot-cloud-cli as a virtual device
4351

0 commit comments

Comments
 (0)