hetznercloud / cli

A command-line interface for Hetzner Cloud
MIT License
1.12k stars 80 forks source link

Progress bar for server create-image does not work #528

Closed etlam closed 1 year ago

etlam commented 1 year ago

If you are doing a hcloud server create-image <id> --type snapshot the progress bar is fixed at 0.00%.
image

OS: Ubuntu 22 LTS minimal Version of CLI: 1.36.0 Installation method: Homebrew

apricote commented 1 year ago

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.

jooola commented 1 year ago

This bug has been fixed in v1.37.0.