github aquaproj/aqua v1.17.0

latest releases: v2.31.0, v2.31.0-3, v2.31.0-2...
2 years ago

Pull Requests | Issues | v1.16.0...v1.17.0

Features

#982 #983 Support setting the log coloring
#976 #979 Disable the progress bar by default

Support setting the log coloring

#982 #983

Support 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#formtter too.

Disable the progress bar by default

#976 #979

The progress bar is disabled by default, because the progress bar isn't essential but it may cause some trouble depending on the environment.

You can enable it by setting the environment variable AQUA_PROGRESS_BAR to true.

$ export AQUA_PROGRESS_BAR=true

Don't miss a new aqua release

NewReleases is sending notifications on new releases.