-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update aliases example file and fix up alias usage (#3010)
- Make sure site-aliases directory is considered in alias search path. - Remove documentation for remote aliases w/out root / uri - no longer supported - Rename runtime.context.alias-path to drush.paths.alias-path. - Add support for evaluation in configuration items, e.g. ${env.home}
- Loading branch information
1 parent
4253740
commit 1227944
Showing
16 changed files
with
201 additions
and
215 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
vendor | ||
build |
15 changes: 15 additions & 0 deletions
15
isolation/fixtures/sites/d8/drush/site-aliases/elements.aliases.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
sites: | ||
earth: | ||
dev: | ||
root: /path/to/drupal-earth | ||
uri: https://dev.earth.com | ||
live: | ||
root: /other/path/to/drupal-earth | ||
uri: https://earth.com | ||
wind: | ||
dev: | ||
root: /path/to/drupal-wind | ||
uri: https://dev.wind.com | ||
live: | ||
root: /other/path/to/drupal-wind | ||
uri: https://earth.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.