Skip to content

Cumulocity CLI 2.19.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Oct 18:37
· 586 commits to v2 since this release

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