hcloud-upload-image/cmd
Leon Schuermann 8a159d34a6 cmd/upload: document "raw" default for --format argument
When first using the tool, based on the `--help` output I did not
realize that `raw` was a supported format. Then, upon stumbling on a
GitHub issue that documents this format as being able to stream larger
images directly to disk, I found out that specifying `--format raw`
does not work, and leads to a failure relatively late in the image
upload process.

This documents that, when not specifying `--format`, a default format
of `raw` is assumed.
2025-11-03 09:29:28 -05:00
..
cleanup.go docs: add generated CLI help output to repo (#46) 2024-11-02 21:57:53 +01:00
root.go fix: timeout while waiting for SSH to become available (#92) 2025-05-09 16:15:07 +02:00
upload.go cmd/upload: document "raw" default for --format argument 2025-11-03 09:29:28 -05:00
upload.md feat: upload qcow2 images (#69) 2025-05-04 00:28:11 +02:00