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

greg.1.anderson’s picture

Status: Active » Postponed (maintainer needs more info)

Older versions of drush did not pass options along to @sites. Try again with drush-4.0-rc10.

eli’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

Doh! Didn't realize had my symlink pointing to an old install. Works fine with rc11.

Thanks!