Skip to content

Tags: arduino/arduino-cloud-cli

Tags

0.1.2

Toggle 0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Manage ESP32 OTA (#133)

0.1.1

Toggle 0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Match thing VariableName with dashboard variable_id (#128)

When a dashboard is extracted the `variable_id` fields are filled with property `VariableName`. However when they're imported to create a dashboard the field `name` is used instead.

* Match thing variable_name with dashboard variable_id

* Fix dashboard with variable tests

0.1.0

Toggle 0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update cloud links in README (#123)

0.0.9

Toggle 0.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Export config package (#113)

Move 'config' from internal package. It should not be an internal package because it's needed by external modules to use the command package.

0.0.8

Toggle 0.0.8's commit message
Last updates

0.0.7

Toggle 0.0.7's commit message
major improvements:

- introduction of generic device (device create-generic)
- add command to retrieve list of fqbn supported by iot cloud (device list-fqbn)
- binaries have been decoupled from the repo. they're downloaded during device provisioning
- binaries are generated and uploaded by CI action whenever a change is made on provisioning sketches
Config improvements:
- 'config init' command prompts the user to insert client-id and client-secret
- config is searched in cwd, its parents and then in arduino15 dir to allow a global config file
- use arduino15 directory by default for 'config init'
- fetch config parameters from environment variables (using ARDUINO_CLOUD prefix)

0.0.6

Toggle 0.0.6's commit message
Major improvements

- tags creation/deletion implemented on thing and device
- add possibility to delete/list things/devices using tags
- show tags in thing/device list commands
- ota mass-upload introduced
- implemented provisioning on lora devices
- serial wait time increased
- various minor fixes

0.0.5

Toggle 0.0.5's commit message
increment wait time and serial timeout

0.0.4

Toggle 0.0.4's commit message
cli in beta

0.0.3

Toggle 0.0.3's commit message
dev - fix ota deferred