Install

Using Composer to manage Drupal site dependencies

Alternative installation files

Download drush-8.x-6.0-beta1.tar.gztar.gz 443.72 KB
MD5: d9d8afa277b7ff8babf1788771d5e20a
SHA-1: e7f24717a3b4d5e07df7a9708ff0540f8aae2968
SHA-256: b03ed7c9865c950371e389f6ceb5ef18d0319e91af3cd13abfa8241047ee4085
Download drush-8.x-6.0-beta1.zipzip 546.01 KB
MD5: 823ecd6449d5e768ae6f8d1a1caf8d04
SHA-1: 386d27e29f446b624100c24868a2254bac4619fa
SHA-256: 2142b64ce047509d4829725ec498a501241a7b572161b62777cb0ca32ab89605

Release notes

Note: if you are using Drupal 8, you should stick with a frequently updated clone of 8.x-6.x branch. Note the new Views and Config commands for D8.

The highlight of Drush6 is the new outputformat system. You can now request Drush output in easily parsed formats like json, csv, ini, etc. See http://drupalcode.org/project/drush.git/blob/HEAD:/docs/output-formats.html

Significant changes since 7.x-5.9:

  • #1255708 by greg.1.anderson, kid_icarus, rickmanelius: Use quick-drupal with drush make
  • Enhance help command with --format option. You may now get the full command definitions for all available drush commands in json or var_export formats.
  • #1809818 by greg.1.anderson, damiankloip: Move drush integration from views into drush
  • Bump minimum version of php required to 5.3.5 per #1751100
  • #1829596 by greggles: Added ULI needs a turbo.
  • Travis testing.
  • #1649598 by greg.1.anderson: Bring drush_role into Drush core
  • #1829596 by Owen Barton: More turbo - more flexibility in parameters, path redirection, browser detection/opening.
  • #1715184 by jonhattan: Run tests on drupal any major version of Drupal.
  • #1548034 by greg.1.anderson: Show permissions defined by a module after pm-enable, and in pm-info
  • #1882426 by greg.1.anderson: Document new environment variables PHP_INI, DRUSH_INI and PHP_OPTIONS.
  • Allow unknown options with help command. You can now append -h on any drush invocation and see the help for the command.
  • #1866344 by greg.1.anderson: Implement output format engines
  • #840540 by torotil, izmeez, igor.ro, christopheperrin, noels, girishmuraly, paul.lovvik, skwashd, Garrett Albright | expandonline: Added Specify a patch from local file system.
Created by: moshe weitzman
Created on: 25 Apr 2013 at 15:43 UTC
Last updated: 25 Apr 2013 at 15:45 UTC
New features

Other releases