In Drush 8 i had that neat little reusable drushrc.php: $ options[‘l’] = getenv(‘MY_SITE_URL_VAR’); I know that i can hardcode my site URL in a drush.yml file, but that does not fit my configuration workflows, where each server knows its URL. So how can i set the “l” option from a env var?Read more