feat: support zstd compression (#125)

Closes #122
This commit is contained in:
Peter Fern 2025-11-07 06:48:58 +11:00 committed by GitHub
parent 921d688fd4
commit 37ebbce517
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 24 additions and 6 deletions

View file

@ -34,7 +34,7 @@ hcloud-upload-image upload (--image-path=<local-path> | --image-url=<url>) --arc
```
--architecture string CPU architecture of the disk image [choices: x86, arm]
--compression string Type of compression that was used on the disk image [choices: bz2, xz]
--compression string Type of compression that was used on the disk image [choices: bz2, xz, zstd]
--description string Description for the resulting image
--format string Format of the image. [choices: qcow2]
-h, --help help for upload