I've got an alias like @sites that's got a site-list pointing to multiple sites. E.g.
$aliases['sites'] = array('site-list'=>array('site1.com','site2.com');
I can run drush @sites block-show just fine, but drush @sites block-disable --module=block --delta=2 doesn't actually disable the block on any of the sites. Nothing prints to the screen.
Comments
Comment #1
greg.1.anderson commentedOlder versions of drush did not pass options along to @sites. Try again with drush-4.0-rc10.
Comment #2
eli commentedDoh! Didn't realize had my symlink pointing to an old install. Works fine with rc11.
Thanks!