Drush 5 - Badcamp 2011 (ucbtdennis@posterous.com)
![]() | Attached: DRush 5 |
Drush 5 Badcamp 2011
url http://2011.badcamp.net/program/sessions/drush-5
Check out environment indicator module. It will show a sidebar indicator when you are working on production, so as not confuse with dev & vice-a-versa.
Some features in drush 5 include:
- synching sql from live to dev
- policy files which will restrict doing things like synching from dev to live
- bash auto-complete
- shell aliases, so we can alias shell command (e.g. git push or watever)
Drush 5 includes an example.bashrc where you can do all kinds of drush bash configs to make your life easier.
Drush 5 also includes a lightweight server and a command that will install and set up a devel site and then run in a browser via the built-in webserver. Think of these as easy and throwaway dev sites.

