cli icon indicating copy to clipboard operation
cli copied to clipboard

Add progress status to imageimport

Open halamix2 opened this issue 1 year ago • 0 comments

Description

Add progress status to imageimport to see if the process is stuck

Reasons Currently imageimport doesn't report status, which could be useful for large images or debug

Attachments

  • unifinished naive implementation: https://github.com/kyma-project/cli/pull/2138
    • remote.WithProgress() writes out progress of one layer at a time, no overall progress

halamix2 avatar Jun 24 '24 10:06 halamix2