-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
Description
Preconditions
- macOS 10.12.6
- iTerm2 3.1.5 with Solarized Dark theme
- Magento 2.2.1
- PHP 7.0.25
Steps to reproduce
- Setup a fresh Magento 2.2.1 installation
- Execute:
bin/magento setup:static-content:deploy -f --theme Magento/blank en_US
Expected result
- Output with friendly colors that don't give the impression that something went wrong
Actual result
Discussion
I actually didn't notice this when working locally, but when deploying to a server. We see in the output of our deployment scripts a bunch of red colors, which almost always means something is going terribly wrong, but when looking closer at the output, it was just telling us what strategy is being used and how long it took.
I would suggest changing this color to something more friendly, like blue or green for example.
I don't know if there are some kind of Magento standards for the colors being used in the output of cli commands?
Original Report: magento/magento2#12404 by @hostep
ihor-sviziev, hostep and korostii
