drush

Drush is a command-line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those who spend their working hours hacking away at the command prompt.

Downloads
42.4M
Stars
2.3K
Committers
477

Bot releases are visible (Hide)

drush - 8.1.9

Published by weitzman almost 8 years ago

See last link for the details about the following highlights:

  • Compatible with Drush master and its many Annotated Commands.
  • Fix login destination for drush uli
  • Expand sql-sanitize to cover more User fields
  • More robust cache-clear #2512
  • Introduce storage filter hook for config_split and others.
  • Changes since 8.1.8.
drush - 8.1.8

Published by weitzman almost 8 years ago

drush - 8.1.7

Published by weitzman almost 8 years ago

drush - 8.1.6

Published by weitzman about 8 years ago

  • Fixes for Annotation commands.
  • Backport make-convert to Drush 8. Convert your make files to composer.json format.
  • Changes since 8.1.5.
drush - 8.1.5

Published by weitzman about 8 years ago

Much improved Windows support. Improved support for Annotation commands. Various important bug fixes. Changes since 8.1.3.

Note: Released right after 8.1.4 due to a bug in Phar support.

drush - 8.1.4

Published by weitzman about 8 years ago

Much improved Windows support. Improved support for Annotation commands. Various important bug fixes. Changes since 8.1.3.

drush - 7.4.0

Published by weitzman about 8 years ago

This release works best with:

Drupal 7 (any version)
Drupal 6 (any version)

Changes since 7.3.0

drush - 8.1.3

Published by weitzman over 8 years ago

Add support for Annotation and Symfony Console style commands. Various bug fixes and minor new features. Changes since 8.1.2.

drush - 8.1.2

Published by weitzman over 8 years ago

Bug fixes and minor documentation improvements. Changes since 8.1.0.

Note: 8.1.1 was skipped due to maintainer error.

drush - 8.1.1

Published by weitzman over 8 years ago

Bug fixes and minor documentation improvements. Changes since 8.1.0.

drush - 8.1.0

Published by weitzman over 8 years ago

Bug fixes and minor feature improvements. Changes since 8.0.5.

drush - 7.3.0

Published by weitzman over 8 years ago

This release works best with:

Drupal 7 (any version)
Drupal 6 (any version)

Changes since 7.2.0

drush - https://github.com/drush-ops/drush/releases/tag/9.0.0-alpha1

Published by weitzman over 8 years ago

drush - 7.2.0

Published by greg-1-anderson over 8 years ago

This release works best with:

Drupal 7 (any version)
Drupal 6 (any version)

Drush 7 users are encouraged to upgrade to Drush 8.

Changes since 7.1.0

drush - 8.0.5

Published by weitzman over 8 years ago

Bug fixes and minor feature improvements. Changes since 8.0.3.

Note - 8.0.4 was deliberately skipped.

drush - 8.0.3

Published by weitzman over 8 years ago

Bug fixes and minor feature improvements. Changes since 8.0.2

drush - 8.0.2

Published by weitzman almost 9 years ago

Lots of bug fixes and feature improvements. Changes since 8.0.1

drush - 6.7.0

Published by weitzman almost 9 years ago

Bug fixes - no new features. Changes since 6.6.0

Drush 6 is now unsupported and this is its final release. Please upgrade to Drush 8 at your earliest convenience.

drush - 8.0.1

Published by weitzman almost 9 years ago

Bug fixes - no new features.

Changes since 8.0.0

drush - 8.0.0

Published by weitzman almost 9 years ago

Changes since Drush 6:

Features

  • Psysh shell. Psysh is a REPL shell for your Drupal site. Finally, you can do quick experiments in the shell in a bootstrapped Drupal site.
  • Refactored sql-sync. Sql-sync has been internally refactored for easier maintenance. The new version has the advantage that you can now sync between two remote sites.
  • Make. Make files can now be yaml, in addition to the legacy ini format. In addition, we added a make-convert command to convert from ini format to yaml. new make-lock and make-update commands resolve the specifications in your makefile to actual versions, similar to a Composer .lock file. This is useful when you need to re-make a codebase. Shorthand introduced for download urls.

Install and Documentation

Drupal 8

Drush 8 is compatible with Drupal 8. You will find new commands for managing Views, State, Twig, Entity Updates, etc. Of special importance are the config commands which help promote Drupal configuration across dev/stage/prod environments.

Composer

  • We recommend that Composer built sites add Drush as a dependency. This site-local copy of Drush helps prevent dependency hell. Your global Drush now hands off execution to a site-local Drush when possible.
  • Drush uses more OO, adds a preflight stage early in the request, and adds a boot class for each version of Drupal.