Skip to content

Cumulocity CLI 2.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jun 14:55
· 631 commits to v2 since this release

Changelog

New commands

c8y devicemanagement certificates (#150)

Manage the trusted certificates which are used by devices.

Usage:
  c8y devicemanagement certificates [command]

Available Commands:
  create      Upload trusted device certificate
  delete      Delete device certificate
  get         Get trusted device certificate
  list        List device certificates
  update      Update trusted device certificate

Note: "dm" is an alias for "devicemanagement", so it can also be used with c8y dm certificates

Fixes

  • pwsh Get-DeviceStatisticsCollection - added support for common collection parameters like PageSize
  • pwsh: tenant tab completion now included the current tenant by default