Closed (duplicate)
Project:
Drush
Version:
8.x-6.x-dev
Component:
Core Commands
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
23 Aug 2012 at 12:35 UTC
Updated:
11 Sep 2013 at 06:07 UTC
I have a site alias @foo for a remote site accessed over ssh. This works as expected:
drush @foo exec ls
I also have a site alias @bar for another remote site, and a site alias that groups them both together:
// Group alias.
$aliases['both'] = array(
'site-list' => array('@foo', '@bar'),
);
However, trying to exec a command on both sites with this doesn't work:
drush @both exec ls
This appears to just run the ls command locally.
Comments
Comment #1
joachim commentedUsing debug with a group alias:
and with a single alias:
Comment #2
greg.1.anderson commentedThis issue was marked
closed (won't fix)because Drush has moved to Github.If desired, you may copy this bug to our Github project and then post a link here to the new issue. Please also change the status of this issue to
closed (duplicate).Please ask support questions on Drupal Answers.
Comment #3
joachim commentedSee https://github.com/drush-ops/drush/issues/78