Add flag to disable coloring
leo-schick opened this issue · 3 comments
leo-schick commented
Currently the CLI output is always colored which is nice, but sometimes looks a bit ugy when you see it through a console which doesn't support coloring (e.g. Jenkins). I would like to have a option to disable console coloring. Something similar to terraform plan -no-color
pacman82 commented
Just to be clear: You are referring to the color of the log output, are you?
Happy to introduce a --no-color
flag. In the meanwhile defining the NO_COLOR
environment variable should do the trick.
leo-schick commented
Just to be clear: You are referring to the color of the log output, are you?
Yes. Thanks for the hint with env NO_COLOR
!
pacman82 commented
Version 0.9.1
with support for the --no-color
flag has been released. Enjoy!