github hetznercloud/cli v1.60.0

21 hours ago

Storage Box Subaccounts are no longer identified by username

Storage Box Subaccounts now have a name property, allowing users to specify custom names for their Subaccounts.

More importantly, Storage Box Subaccounts (<subaccount>) are now identified by id or name, instead of by id or username.

 hcloud storage-box subaccount describe <storage-box> <subaccount>
-hcloud storage-box subaccount describe my-storage-box u1337-sub1
+hcloud storage-box subaccount describe my-storage-box my-subaccount

Existing Subaccounts have been updated to use their username as name value.

See our changelog for more details.

Features

  • table: mark columns as deprecated and show warning (#1300)
  • server: deprecate datacenter column (#1301)
  • storage-box: add name property to subaccounts (#1315)

Don't miss a new cli release

NewReleases is sending notifications on new releases.