Cumulocity CLI 2.4.4
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