hechoendrupal / drupal-console

The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.
http://drupalconsole.com
GNU General Public License v2.0
939 stars 559 forks source link

[console] Set environmental variable #1348

Open mmenavas opened 8 years ago

mmenavas commented 8 years ago

I think it'd be useful if the console set an environmental variable when bootstrapping drupal. This would allow us to identify who is bootstrapping (web server vs cli).

My specific use case is to execute code on settings.php only when the console is bootstrapping drupal.

jmolivas commented 8 years ago

Like the idea :+1: