Cumulocity CLI 2.0.0-beta43
Pre-release
Pre-release
github-actions
released this
23 May 15:35
·
187 commits
to master
since this release
Changelog
Features
-
Adding template helper function to merge selected properties from two arrays or objects. i.e.
_.Merge('c8y_MyFragment', input.value, {otherFragment: true})
. See docs for an example. -
Empty pipeline handling (#48)
If piping an empty list of devices, the alarms list command will not send send any requests because the piped input is empty.c8y devices list --name "doesnotexist" | c8y alarms list
Previously the above command would have sent an alarms api request with
/alarm/alarm
(without thesource=xx
query parameter set). This resulted in unexpected results for the user.