pyinfra-dev / pyinfra

pyinfra turns Python code into shell commands and runs them on your servers. Execute ad-hoc commands and write declarative operations. Target SSH servers, local machine and Docker containers. Fast and scales from one server to thousands.
https://pyinfra.com
MIT License
3.91k stars 382 forks source link

Change color of "No changes" output #894

Open pikeas opened 2 years ago

pikeas commented 2 years ago

Is your feature request related to a problem? Please describe

It's difficult to quickly scan pyinfra's output, because "No changes" and "Success" are both colored green.

Describe the solution you'd like

Give "No changes" a different color such as blue, or no color.

Fizzadar commented 2 years ago

Yep agreed this is confusing, should be different!