Skip to content

Cumulocity CLI 2.4.4

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Oct 13:12
· 85 commits to master since this release

Changelog

Bug fixes

Support multiline matching with filter operators match and like

Example

input.json
Some multi line json input (or response from c8y) which contains newline chars \n

{"failureReason": "some\ncomplex\nmultiline\njson"}

Then it can be filtered using the --filter parameter.

cat input.json | c8y util show --filter "failureReason like *complex*" -o json