Cumulocity CLI 2.39.0
What's Changed
New commands
c8y operations cancel #333
New convenience command to cancel an operation
c8y operation list --status PENDING --device 1234 | c8y operations cancel
New features
Support for automatic retries on error #331
New global flag --retries <int>
which controls how often to retry the sending the request when a HTTP 5xx status code is received.
Fixes
- activitylog: fix typo in example by @reubenmiller in #328
- session create: fix handling of default type by @reubenmiller in #329
- extensions: remove binary extension check since it is not currently supported by @reubenmiller in #332
- general: update go-c8y lib to fix relative url path bug by @reubenmiller in #336
Docs
- remove out of date warning by @reubenmiller in #327
- docs: note that users can only set their own passwords by @reubenmiller in #338
Full Changelog: v2.38.1...v2.39.0