-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
- Remove concurrency
- Remove shell alias replacements, e.g.
{{@target}}- Remove shell alias replacements #1369. - Remove site alias lists, e.g.
@foo,@bar - Remove 'parent' inheritance in site aliases - Add a hook_drush_sitealias_alter, with documentation. #1279
- Remove relative aliases @site/@peer. db8166d
- Add an alter hook, so aliases can be adjusted in a policy file.
- Change site aliases to .yml. Dynamic changes still possible with hook_sitealias_alter. Segregate config, site selection (root+uri), and other parts of the array better. Replace array with one or more objects. - Convert alias files to .yaml #1609
- Refactor remote sites to be a first class object that gets passed around. Distinct from drush_get_option()