-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Site-specific drush.yml file not loaded #3277
Comments
This may be 2 issues.
|
Opened #3279 to address the second issue. Changed scope of this issue to only "Site-specific drush.yml file not loaded". |
I can confirm that of Drush 9.1.0 this issue is still present. If I create sites/default/drush.yml containing
it has no effect for example when running |
This PR would address the issue, but I have no plans to continue work on it: |
The way to set URI early enough for this to work is to set the DRUSH_OPTIONS_URI env variable. See #3278 (comment). |
Drush does not appear to load
docroot/sites/default/drush.yml
, although the documentation indicates that this should work.Adding the following to
drush/drush.yml
has no effect:Executing
drush status --config=docroot/sites/default/drush.yml
also does not load it.The text was updated successfully, but these errors were encountered: