wallix / awless

A Mighty CLI for AWS
http://awless.io/
Apache License 2.0
4.98k stars 263 forks source link

Option to force colored output #129

Closed edubxb closed 7 years ago

edubxb commented 7 years ago

When using awless as input for another command, e.g. using pipes, the output isn't colored.

Would be nice to have an option to force colored output regardless if will be printed in a terminal or used as input for another command.

git allows this with the option --color=always.

simcap commented 7 years ago

That could be useful indeed so as to keep clarity of output even when piping. Not sure how to do that though yet.

edubxb commented 7 years ago

Just tested it, works like a charm! Thanks!