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
@@ -106,6 +106,12 @@ Print only the thing associated to the passed device:
106
106
107
107
`$ arduino-cloud-cli thing list --device-id <deviceID>`
108
108
109
+
Print only the things that have all the passed tags:
110
+
111
+
`$ arduino-cloud-cli thing list --tags <key0>=<value0>,<key1>=<value1>`
112
+
113
+
Things can be deleted using the thing delete command. This command accepts two mutually exclusive flags: `--id` and `--tags`. Only one of them must be passed. When the `--id` is passed, the thing having such ID gets deleted:
0 commit comments