Turn off Color/ANSI codes.
Is there a way to turn off color / ANSI codes on console output? It is very annoying when we have all these ANSI codes in the log output, and it appears that there is no way to turn it off without code changes. Click is supposed to be "automatic" and strip ANSI codes when not attached to a terminal, but for batch jobs the default is to print to stdout and apparently Click thinks this is a "terminal" in AWS EKS pods.