You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am noticing more and more developers choosing to operate on the project entirely inside Drupal VM (instead of running things like composer, BLT, and drush commands on their host), and it made me think... why don't we make the @project.local Drush alias work outside (the current default) and inside the VM?
I think there's a flag I can use in the aliases.drushrc.php file to do this.
The text was updated successfully, but these errors were encountered:
… default. (#1356)
* Fixes#1355: Make Drush alias for 'local' work in VM guest or host by default.
* Issue #1355: Clean up comments in Drupal VM aliases file.
My system information:
I am noticing more and more developers choosing to operate on the project entirely inside Drupal VM (instead of running things like composer, BLT, and drush commands on their host), and it made me think... why don't we make the
@project.local
Drush alias work outside (the current default) and inside the VM?I think there's a flag I can use in the
aliases.drushrc.php
file to do this.The text was updated successfully, but these errors were encountered: