Drush Environments

Categories

Component ID

1154642

Component name

Drush Environments

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

This is a very basic drush plugging.

What this does is allow you to set up "Environments" options in your drushrc.php file so you can easily do a set of task you when enable a certain environment.

One example of this is enabling views_ui, devel, and turning off js preprocessing when you're developing

Instead of having to run the same set of drush commands every time you bring in a new database from production you can just now set up your environments and just call drush en-env development and viola ;-)