Cumulocity CLI 2.19.0
Changelog
Note
For more details/examples on the features click on the PR links
New features
-
Add child/parent flags to all inventory get commands (#190)
Some Examples
# include parents in response c8y devices get --id 12345 --withParents # include count of children (only support from v10.13 onwards) c8y inventory children list --id 12345 --childType device --withChildrenCount
Thanks @ksbn7 for the hint about the missing flags and for reviewing the PR
Full Changelog: v2.18.1...v2.19.0