Closed jigarius closed 1 year ago
@@uri
to @@dir
since they are names of the site's directory.
drush --uri=@@dir ...
works.@@key
, which are keys of the $sites
array.
# URL: https://www.drupal.org:8080/mysite/test/
$sites['8080.www.drupal.org.mysite.test'] = 'example.com';
@@key
and not @@uri
.@@ukey
which is just like @@key
, but only unique values (the last one).
Motivation
@@site
for site alias' name part, e.g. The@foo
part in@foo.env
.@@uri
for site's subdir undersites
.@@host
for the site's key in$sites
.@@dir
instead of@@uri
.@@uri
instead of@@host
.Need to think over it before jumping to conclusions. This will be required once
@@host
support is added.