Releases: arduino/arduino-cloud-cli
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Changelog
677e08b Update cloud links in README (#123)
5e9daf1 Adjust LoRa section of README (#117)
4fedb7b Add link to deferred OTA sketch example to README (#116)
7275bee Update README with supported arduino boards (#114)
2e038ca Export config package (#113)
0341b64 Allow to configure iot-api's url (#59)
d13e640 Use credentials IsEmpty again (#111)
4f5db52 Lint firmware generator (#109)
93ce5df Add support for nicla_vision (#108)
b215295 Refactor ota package (#97)
90276fb Fix ota upload after API change (#107)
15078b5 Remove ill dependency (#106)
07f361a Update provisioning sketch based on ArduinoIoTCloud library 1.6.0 (#99)
22ba056 Introduce organization optional parameter in credentials (#105)
86b52b2 Refactor cli package (#103)
04ea0af Take credentials as command argument (#102)
c9ea23a Remove useless iot client interface (#101)
e35bcd3 Fix config mapstructure tag (#98)
eebe806 Implement lzss encoder (#95)
bf1e5f5 Fix minor grammar issues on README (#93)
97e5ca8 Add credentials find command (#92)
c794b60 Refactor config in credentials (#91)
d708cb9 Extract templates to stdout (#89)
bb975a8 Add yaml and jsonmini output formats (#90)
b1d846e Specify that generic device is less secure (#87)
d4731a4 Upgrade arduino-cli (#88)
6236fbc Logs config retrieval (#86)
5626f0b Rename fields of printed structs to snake case (#85)
d99df41 Make arduino15 if not exist (#84)
df6ea6e Fetch config from env (#76)
ad5bff1 Improve comments (#83)
8a61f4f Fix fqbn case (#81)
18e465c Derive supported boards from existing lists (#80)
08befc7 Add device list-fqbn command (#78)
e777598 Add device create-generic command (#77)
25b95df Upgrade indirect dependencies (#79)
927af98 Download provisioning binaries from aws (#74)
08ad6fc Generate and upload binaries on aws (#70)
6493b0a Improve config readme (#75)
4a36d00 Revert "Pin Task version to 3.9.0" (#73)
2ff0144 Improve device create error
85a1988 Improve search of config file
261cf53 Pin Task version to 3.9.0
daa4ae7 Refactor config init command (#68)
9e3e66d Improve resource deletion flow (#66)
2985424 Update README.md
8adcabf Improve iotclient error details (#62)
0ac8c20 Remove backtick from command descriptions
a799f96 Add device create-lora command (#64)
270e126 Add device list-frequency-plans command (#63)
79caebc Improve mass-upload feedback
cff6c06 OTA on multiple devices (#58)
7d74d1e Show tags in list commands (#57)
499ea9f Update iotclient library dependency
f3cc402 Wait a while before using serial port (#34)
0ad8eeb Set initial value of slice flag to nil
2dc8e6a Remove unnecessary \n in logs
914929a Delete resources given tags (#56)
c42918a Filter resources by tags (#55)
cbf2d62 Add create-tags and delete-tags commands for device and thing (#53)
455121e Upgrade iot go client
9317c3c Fix deferred ota
0468f70 [DESIGN] Tags introduction (#48)
3c33184 Add dashboard create command (#50)
e6298a3 Improve config security (#51)
cac8a1d Fix typo on readme
bb9cd22 Improve template extraction (#49)
67c6495 Add dashboard extract command (#47)
382b7c2 Add dashboard delete command (#46)
e355ad9 Add dashboard list command (#45)
a38df97 Encapsulate template methods in package (#44)
c890e0e [DESIGN] Dashboard create command [IOT-1388] (#40)
ca9e6c3 Add license to releases
99c84a8 Create license (#42)
e5c7592 Add design docs and PR templates
3859bad Update README.md
823be36 CI: Add release workflow (#39)
0f89463 CI: Add test workflow (#38)
28d5428 Add version command
a2f5c69 Update go to v1.16
38a4d6a Rename project into arduino-cloud-cli
05bda68 Improve struct comments
c336644 Document format output behavior
245d113 Refactor config commands (#33)
9a1cf13 Add ota upload command (#31)
dc78e19 Improve output format (#32)
8b85f7a iotclient: implement device show
0182e27 Support multiple template formats (#30)
50d4c87 Update iot-client-go dependency
8a1eccc Improve iot client function names
990e625 Set cmd optional params as pointers (#29)
e80be90 Improve iot client errors (#28)
1111ba6 Refactor thing (#27)
2987e76 Device delete - print success feedback
4e2b0a3 Add thing bind command (#26)
ca2a03a Add thing extract command (#25)
da9d34a Add thing delete command (#24)
571e307 Add thing list command (#23)
59b290f Add thing create command (#20)
1312750 Delete device if provisioning goes wrong
e9e0e93 Fix typo
a8f143c Add device delete (#22)
cb58ab9 Add device list command (#21)
bcf3965 Implement cli commander (#17)
07514c2 Update module path (#16)
b791b96 Add our standard PR template (#14)
d1e1b69 Update readme (#15)
0eda7e3 Add unit tests (#13)
802f03a Add a .gitignore
c084203 Improve README.md
56a1e79 Add device create command (#11)
214ae0a Add config command (#10)
6ed7371 Wrap serial (#9)
24bf810 Wrap iot-client (#8)
89d4024 Introduce arduino-cli commands (#7)
af47d21 Initial import