Log Color
aqua >= v1.17.0
aqua supports setting the log coloring by the environment variable AQUA_LOG_COLOR.
$ export AQUA_LOG_COLOR=always|auto|never
aqua uses sirupsen/logrus. About the color setting, please see logrus#formatters too.
If you want to disable the coloring, please set AQUA_LOG_COLOR=never.
If you want to enable the coloring at GitHub Actions, please set AQUA_LOG_COLOR=always.
e.g.
