Feature request from erikhansen, posted on GitHub Mar 08, 2016
I'm using Capistrano to deploy Magento 2 to production and stage environments. As a part of the deployment process, I'm running the bin/magento setup:static-content:deploy
command. However since Capistrano streams all output to screen, I see this:
So I've resorted to passing in the -q
flag to silence all output: bin/magento setup:static-content:deploy -q
. However this doesn't allow me to see progress as each theme is compiled. I'd like to see a flag added like --no-progress
that would result in output like this:
php -f bin/magento -- setup:static-content:deploy --no-progress
Requested languages: en_US
=== frontend -> Magento/blank -> en_US ===
=== frontend -> Magento/luma -> en_US ===
=== frontend -> Customvendor/customtheme -> en_US ===