Cumulocity CLI 2.3.0
Changelog
Features
Device data management (configuration/firmware/software/deviceprofile) (#78)
Added support for device data (repository) management
c8y configuration
c8y software
c8y firmware
c8y deviceprofiles
Checkout the PR for full details #78
Support mixing iterators with stdin and fixed parameters (#68 & #77)
The processing of the stdin pipeline handling has been approved to allow mixing stdin with fixed parameters. So the following constellations are now supported:
echo "{\"id\":\"2\",\"otherProps\":{}}" | c8y alarms update --id 1 --dry --template input.value
c8y measurements list --device 12345 | c8y measurements create --device 22222 --template "input.value + {id:: null}"
Checkout the PR for more details #68 and #77
Bugfixes
- Special characters are URL encoded in Cumulocity queries (#76)
- bug: respecting manual views in non-request commands (#74)
- Prevent duplicate query parameters when using iterators (#70)
Docs
- Fixed alpine linux installation instructions
- Added custom install location using PowerShell installation script (#71)