drush - sinsunsan/archiref_wiki GitHub Wiki
Drush doc is at http://drush.ws/
-
Install drush with git
http://drupal.org/project/drush/git-instructions
git clone --recursive --branch 7.x-5.x http://git.drupal.org/project/drush.git -
drush php-eval Allow to evaluate php code after drupal bootstrap
Which directory is returned by the bootstrap function conf_path
drush php-eval "print(conf_path());"
-
drush sa
List all site aliases defined -
drush wd-list Display last watchdog messages
-
drush watchdog-show --count=64 Show the last 64 messages
-
drush watchdog-show --severity=error --full --count=50all last 50 error in full format