Skip to content

Cumulocity CLI 2.39.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jan 20:05
· 263 commits to v2 since this release
cda65f2

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

Docs

Full Changelog: v2.38.1...v2.39.0