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 - 11.0.0-rc2

Published by weitzman almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/drush-ops/drush/compare/11.0.0-rc1...11.0.0-rc2

drush - 11.0.0-rc1

Published by weitzman almost 3 years ago

Highlights

What's Changed

New Contributors

Full Changelog: https://github.com/drush-ops/drush/compare/10.6.1...11.0.0-rc1

drush - 10.6.1

Published by weitzman about 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/drush-ops/drush/compare/10.6.0...10.6.1

drush - 10.6.0

Published by weitzman about 3 years ago

844c3cc05 Update deploy:hook command to use batch system (#4800) [Fabian Bircher]
88e42e8e1 Remove a non-relevant sentence from migrate documentation (#4802) [marvil07-adapt]
92618bc76 Improve documentation on migrate:fields-source return value (#4799) [Marco Villegas]
4113c21e5 Remove pm:info usage example from role:perm:add annotation (#4793) [Richard B. Porter]
89abfb443 cset - allow empty array as value (#4781) [Moshe Weitzman]
8f23dc90f Reduce the default number of fields on migrate:status (#4779) [Claudiu Cristea]
c722ca9d7 Fix handling of missing source rows in migrate:import (#4778) [Claudiu Cristea]
e436955b5 Fix warnings on migrate rollback (#4774) [Claudiu Cristea]
09c33147c Add a watchdog:tail command (#4767) [Justin Randell]
c3b085ec9 New --no-dev option for security commands (#4764) [Pierre Rudloff]
e343e0148 Add redispatchOptions() in updatedb (#4755) [Moshe Weitzman]

drush - 10.5.0

Published by weitzman over 3 years ago

539f00cc5 Fix #4740. Inconsistent docs for drush.include in a drush config file (#4747) [Moshe Weitzman]
2d4ea2b6f Add new core:route command (#4735) [Moshe Weitzman]
1e8fe70ae Support idlist option on migrate:messages (#4728) [Marco Villegas]
ea6172a6c Run hook_requirements() on pm:enable (#4733) [Michael S]
f53566560 Zip extension no longer required in securityUpdateCommands (#4732) [Moshe Weitzman]
a9fd9dd1a Advertise keyboard shortcut for search in docs site [Moshe Weitzman]

drush - 10.4.3

Published by weitzman over 3 years ago

6d327682c No timeout for batch processing as we already re-spawn on low memory. (#4727) [Moshe Weitzman]
8633ac0b8 Remove deprecated use of Process::inheritEnvironmentVariables (#4726) [Claudiu Cristea]
b450d6ddc Add --extra-dump default value in sql:sync (#4722) [Moshe Weitzman]

drush - 10.4.2

Published by weitzman over 3 years ago

drush - 10.4.1

Published by weitzman over 3 years ago

  • 58bbd0f8d - Move example.site.yml content to a new markdown page (#4719) Moshe Weitzman
  • a4190aaa1 - Add tests for changing deployment identifier and then running a drush command. (#4700) alexpott
  • 6ae01d8d7 - Update migrate generator for new MigrateRunnerCommands (#4718) Moshe Weitzman
  • 1af5fe088 - Allow to override the path to save profile dump (#4710) Andy Postnikov
  • e2737905c - Use to call each configuration parameter so it could be overriden via environment variables (#4705) Andy Postnikov
  • aa677117c - Add "project" to pm:list (#4694) Greg Anderson
  • 09ef1ac6d - Auto-discover non-Drupal commands (#4696) Claudiu Cristea
  • 7304cd852 - Fix container rebuilds on deployment identifier change (#4698) alexpott
  • 9fcb55d78 - Fix error from diff preview against ignored config. (#4692) Thomas M. Charging Hawk
  • 9a182614b - Update sql:sanitize help text to use sql-sanitize-confirms event (#4691) Richard B. Porter
  • 69ccd3288 - Fix #4043,#3843 - Use Symfony Console to determine terminal width. (#4688) Moshe Weitzman
  • f08585966 - Fix #4671. Show DB connection error details during bootstrap. (#4672) Moshe Weitzman
  • b1359d5b6 - Fix #4667. Fix --no-browser option. (#4668) Moshe Weitzman
drush - 9.7.3

Published by greg-1-anderson over 3 years ago

  • Add "project" to pm:list (#4699)

Note: This is a post-EOL release of Drush 9. Drush 9 is still officially EOL.

drush - 8.4.8

Published by greg-1-anderson over 3 years ago

  • Add "project" to pm:list (#4695)
drush - 8.4.7

Published by greg-1-anderson over 3 years ago

  • Check for PRESSFLOW_SETTINGS the same way that Pressflow does. (#4693)
  • Consider deprecation messages as warnings instead of errors (#4565)
drush - 10.4.0

Published by weitzman over 3 years ago

drush - 8.4.6

Published by greg-1-anderson over 3 years ago

  • Allow DRUSH_OPTIONS_URI environment variable (#4579)
  • Allow Drush to bootstrap Pressflow without a settings.php file. (#4646)
  • When installing Drupal6, properly respect an existing db setting (db_url) in settings.php. (#4597)
  • Determine .yml use in Drush make based on semantic versioning use (#4633)
drush - 10.4.0-rc1

Published by weitzman almost 4 years ago

Moves migrate commands from migrate:run to Drush core https://www.drush.org/latest/migrate/

drush - 10.3.6

Published by weitzman almost 4 years ago

  • Document support of Symfony Console commands. Fix #4545.
  • Fix #4544. Use exit code 3 when insecure packages are found in security commands
  • Allow Symfony Finder ^5 (#4571)
  • Improve command categorization. (#4572)
  • Fixes #4580: Allow Drush to work with composer/semver ^3. (#4581)
  • entity:delete -> execute deletion of entities in batches. Add progress bar.
  • Fixed app root detected by Drush not getting passed to the Drupal kernel
drush - 10.3.5

Published by weitzman about 4 years ago

  • Interact support for cc bin @weitzman (#4540)
  • Fixed lease-time option on queue:run @tuutti (#4550)
  • Fix PHP 8 deprecation with required parameters (#4557)
  • Transform the storage to import instead of the active one for export @bircher (#4554)
  • Allow to work with guzzle 7 also (#4562)
drush - https://github.com/drush-ops/drush/releases/tag/8.4.5

Published by weitzman about 4 years ago

drush - https://github.com/drush-ops/drush/releases/tag/8.4.4

Published by weitzman about 4 years ago

drush - https://github.com/drush-ops/drush/releases/tag/8.4.3

Published by weitzman about 4 years ago

drush - 8.4.2

Published by weitzman about 4 years ago

Fix SQL user creation with MariaDB (#4548)