Skip to content

Commit 27f570e

Browse files
committed
Update readme
1 parent 05f124a commit 27f570e

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
@@ -40,3 +40,11 @@ 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 cloning another thing. Additionally, a thing name should be specified.
47+
Example: create a thing from a template
48+
`$ iot-cloud-cli thing create --name <thingName> --template <template.json>`
49+
Example: create a thing by cloning another thing
50+
`$ iot-cloud-cli thing create --name <thingName> --clone-id <thingToCloneID>`

0 commit comments

Comments
 (0)