Install

Using Composer to manage Drupal site dependencies

Downloads

Download drush-7.x-5.0.tar.gztar.gz 388.73 KB
MD5: 5ef98e81b088274b4ad3923823a1858d
SHA-1: b6eda032a82876376b59a3668902ab60c53180ce
SHA-256: a2b5672d2cc75d696c19fe6e6da7c3cd4233b51bbc135cc0027521c8d55a5c5d
Download drush-7.x-5.0.zipzip 470.23 KB
MD5: b5e39e59161e91e2f1e949706178dc0b
SHA-1: 3b3d075c842d9b73ad80f225d8ef8e41e3b5f06e
SHA-256: e314f761ce17855e05fd0ae4c3effa65128500804858f6fa77db4708fd6355c2

Release notes

There is a year's worth of new stuff. We didn't track all the significant additions. We did post Change Notices as needed.

Some highlights are:

  1. The Drush Make project has been moved into Drush core. Remove any old make.drush.inc on your system
  2. Shell aliases are like Git aliases for Drush. You can keep a list of alternate names and mini-scripts that are called just like drush commands.
  3. Bash completion for command names, site aliases, arguments, global options, and command specific options! See README.txt for install details.
  4. New runserver and quick-drupal commands. Quickly fire up a web server when you are in any Drupal codebase. No need to fiddle with Apache, vhosts, etc.
  5. New cache-* commands for set/get/clear of drupal cache items
  6. New commands for listing and running queues.
  7. New core-config command which lists config files and opens the selected one in your editor.
  8. New core-requirements command to get a status report from Drupal on the CLI
  9. Site-install now supports more complex install profiles on Drupal6 as well as Drupal7
  10. New site-ssh command which quickly zips you to a shell on a remote host.
  11. Usage tracking (optional). Turn on usage tracking to anonymously report back to the Drush team on what commands and options you are using.

Also, please run drush topic and read as much documentation there as possible. This is a great way to increase your Drush-fu

Created by: moshe weitzman
Created on: 23 Mar 2012 at 20:25 UTC
Last updated: 23 Mar 2012 at 20:30 UTC
Bug fixes

Other releases