-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Output of setup:static-content:deploy contains red color, should be a friendlier color #12404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@hostep, thank you for your report. |
Ok ... I'm willing to submit a PR to fix this, but I need some feedback regarding if there is some kind of standard or policy for what colors we can use in what cases on the cli. @magento-engcom-team: if you can provide some suggestions, that would be appreciated :) |
It was also not clear for me why it red, I was thinking there is an error somewhere. I think would be better replace with green color |
Hi @hostep. Thank you for the report. We are moving your feature request to the special project. You can track this issue here: magento/community-features#15 |
Preconditions
Steps to reproduce
bin/magento setup:static-content:deploy -f --theme Magento/blank en_US
Expected result
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?
The text was updated successfully, but these errors were encountered: