drush-ops / drush-launcher

A small wrapper around Drush for your global $PATH.
GNU General Public License v2.0
237 stars 50 forks source link

Support alias groups #89

Closed AdamPS closed 3 years ago

AdamPS commented 3 years ago

Bask in drush 8 you could have an alias that was a group of other aliases. In drush 10 I could make a similar alias but it does nothing useful. For example in a file: all.site.yml

live:
  site-list:
    - '@site1'
    - '@site2'

It would be useful if the launcher could recognise an alias like this and run the command on each site in turn.

weitzman commented 3 years ago

This is out of scope, sorry. See xargs or parallel https://unix.stackexchange.com/questions/104778/gnu-parallel-vs-i-mean-background-vs-xargs-p