acquia / blt

Acquia's toolset for automating Drupal 8 and 9 development, testing, and deployment.
https://docs.acquia.com/blt/
GNU General Public License v2.0
442 stars 394 forks source link

DrushTask needs outputProperty instead of just returnProperty #1088

Closed kylebrowning closed 7 years ago

kylebrowning commented 7 years ago

Title says it all.

Im using a custom phing target file and want the output of a drush command to be useable in as a property.

Patch incoming

kylebrowning commented 7 years ago

Ive gone a different route since I couldnt get around the exec command output being an array.