Azure / draft-classic

A tool for developers to create cloud-native applications on Kubernetes.
https://draft.sh
MIT License
3.92k stars 395 forks source link

Allow way to turn off progress meter #386

Closed technosophos closed 6 years ago

technosophos commented 7 years ago

It would be nice to have a flag that disabled the progress meter during draft up. This is because in some non-interactive presentations of STDOUT, they ignore the backspace character, which means I get a bazillion lines of output.

Maybe just draft up --quiet, which would just display errors, and nothing else?

bacongobbler commented 7 years ago

We've talked about selectively disabling features such as emoji support and colorized output, so I don't see why not!

sj14 commented 6 years ago

I would like to work on this small enhancement during Hacktoberfest.

bacongobbler commented 6 years ago

Go for it! :) Let us know if you have any questions; we're happy to help.