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:
-
- 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.
Zulip discussion is here.
An initial focus would be on implementing global options.
Like
.drushrc,beeshould check for.beercin 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.