Drush10 autogenerated aliases #2402
Unanswered
AlexSkrypnyk
asked this question in
General
Replies: 1 comment
-
The stub file is broken on Drush 11 and onwards as the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For Drush 8 we have been using an
aliases.drushrc.php
file like this:Drush9+ have moved to using YAML-based configuration files and we have lost the ability to execute this script.
There is an article that provides a workaround for this.
Drush10 provides command alteration that would probably allow to incorporate that stub from above.
https://raw.githubusercontent.com/drush-ops/drush/10.x/examples/Commands/SiteAliasAlterCommands.php
It would be very helpful if https://github.com/amazeeio/drupal-example-simple would contain a working example of such integration.
Beta Was this translation helpful? Give feedback.
All reactions