Closed etlam closed 1 year ago
If you are doing a hcloud server create-image <id> --type snapshot the progress bar is fixed at 0.00%.
hcloud server create-image <id> --type snapshot
OS: Ubuntu 22 LTS minimal Version of CLI: 1.36.0 Installation method: Homebrew
Can confirm, the Action we get back from the API has the progress defined, but as we use client.Action.WatchOverallProgress we only get back 0 or 100.
progress
client.Action.WatchOverallProgress
This bug has been fixed in v1.37.0.
If you are doing a
hcloud server create-image <id> --type snapshot
the progress bar is fixed at 0.00%.OS: Ubuntu 22 LTS minimal Version of CLI: 1.36.0 Installation method: Homebrew