As the functionality of a Thing is improved over time, the programmer may wish to add/change/remove cloud variables.
It would be extremely helpful to be able to do this with the CLI when you have multiple Things that are identical and you want to add the same variable to all of them (or delete the same variable across all of them).
arduino-cloud-cli thing modify --id --add-variable --name --type etc...
arduino-cloud-cli thing modify --tags = --add-variable --name --type
This command could be expanded to include other attributes such as the name of the Thing:
arduino-cloud-cli thing modify --id --name
As the functionality of a Thing is improved over time, the programmer may wish to add/change/remove cloud variables.
It would be extremely helpful to be able to do this with the CLI when you have multiple Things that are identical and you want to add the same variable to all of them (or delete the same variable across all of them).
arduino-cloud-cli thing modify --id --add-variable --name --type etc...
arduino-cloud-cli thing modify --tags = --add-variable --name --type
This command could be expanded to include other attributes such as the name of the Thing:
arduino-cloud-cli thing modify --id --name