Is your feature request related to a problem? Please describe.
We purposely disable the progress bar on non interactive environments or when enable-console-log is set:
|
return IsTerminal() && !viper.GetBool("enable-console-log") |
A possible improvement is to print the progress, but in new lines instead of in-place
Describe the solution you'd like
When in a non interactive environment print progress line by line
Describe alternatives you've considered
N/A