Skip to content

Make builders and deployers write their output to console

Alberto Silva requested to merge builders-deployers-output-to-console into 1.1.x

Make builders and deployers write their output to console when called from a chained export command with --request-build or --request-deploy.

Now, when executing a command like drush see node 12345 --request-build --request-deploy, a build and deploy are executed and their output is shown on console, instead of no getting any output at all.

Merge request reports