We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.beerc
.drushrc
Zulip discussion is here.
An initial focus would be on implementing global options.
Like .drushrc, bee should check for .beerc in several locations and concatenate the values, using a (documented) order of precedence.
bee
Here is the order of precedence for `.drushrc:
Drupal site folder (e.g. sites/{default|example.com}/drushrc.php). Drupal sites/all/drush folder. In any location, as specified by the --config (-c) option. User's .drush folder (i.e. ~/.drush/drushrc.php). System wide configuration folder (e.g. /etc/drush/drushrc.php). Drush installation folder.
example.drushrc is here for reference.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Zulip discussion is here.
An initial focus would be on implementing global options.
Like
.drushrc
,bee
should check for.beerc
in several locations and concatenate the values, using a (documented) order of precedence.Here is the order of precedence for `.drushrc:
example.drushrc is here for reference.
The text was updated successfully, but these errors were encountered: