Closed (fixed)
Project:
Drush
Version:
8.x-6.x-dev
Component:
Core Commands
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Sep 2012 at 18:40 UTC
Updated:
5 Jun 2013 at 00:10 UTC
When using the drush command site-set with the alias in the usual place (between drush and the command) the report is that alias is set to @none.
When the alias is after the site-set command, it works fine, but autocomplete doesn't work, the alias isn't autocompleted.
Comments
Comment #1
owen barton commentedThe alias should follow the site-set command - it is not intended to work the other way around (the alias is the argument, not a site to operate the command on).
For the autocomplete issue - I think this is a duplicate of #1785072: when site is set, autocomplete doesn't work identical to when using the alias directly.
Comment #2
daften commentedNo, it is not a duplicate.
The other issue is for after the site-set command has been issued. This is for when using site-set.
When I type e.g. drush site-set @si and press tab, I don't get my aliases that would fit there.
Comment #3
owen barton commentedCommitted a complete hook for this.