Skip to content

Allow use of a configuration file .beerc comparable to .drushrc. #439

Description

@MegaphoneJon

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:

    1. Drupal site folder (e.g. sites/{default|example.com}/drushrc.php).
    1. Drupal sites/all/drush folder.
    1. In any location, as specified by the --config (-c) option.
    1. User's .drush folder (i.e. ~/.drush/drushrc.php).
    1. System wide configuration folder (e.g. /etc/drush/drushrc.php).
    1. Drush installation folder.

example.drushrc is here for reference.

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions