cancel
Showing results for 
Search instead for 
Did you mean: 

Add flag to silence dot output from setup:static-content:deploy

0 Kudos

Add flag to silence dot output from setup:static-content:deploy

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:

capistrano

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 ===
12 Comments
apiuser
New Member

Comment from ClaudiuCreanga, posted on GitHub Jul 13, 2016

Just to be aware that is not an issue just with capistrano, but it is affecting a lot of deployment tools (i.e deploybot and others). A PR would be nice because it is hard to debug your deployment with all those dots.

baldwin_pieter
Core Contributor

Email me when someone replies