Skip to content
New issue

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

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

Open
MegaphoneJon opened this issue Sep 17, 2024 · 0 comments
Open

Comments

@MegaphoneJon
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants