Skip to content

Commit 4e7348c

Browse files
committed
Update readme
1 parent a7f59f9 commit 4e7348c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,15 @@ Once a device has been created thorugh the provisioning procedure, it can be del
4040

4141
Devices currently present on Arduino IoT Cloud can be retrieved by using this command:
4242
`$ iot-cloud-cli device list`
43+
44+
## Thing commands
45+
46+
Things can be created starting from a template or by cloning another thing. Additionally, a thing name should be specified.
47+
48+
Create a thing from a template:
49+
50+
`$ iot-cloud-cli thing create --name <thingName> --template <template.json>`
51+
52+
Create a thing by cloning another thing:
53+
54+
`$ iot-cloud-cli thing create --name <thingName> --clone-id <thingToCloneID>`

0 commit comments

Comments
 (0)