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 hidden (Show)

drush - 8.4.1

Published by greg-1-anderson about 4 years ago

  • Remove deprecated each(). (#4177)
drush - 10.3.4

Published by weitzman about 4 years ago

  • Document and update xhprofCommands. Support both xhprof and tideways (#4534)
  • Fix #4536. Move unish docs (#4537)
  • Avoid exception when clearing Drush’s own cache files (#4535)
drush - 10.3.3

Published by weitzman about 4 years ago

  • Fix the backup-dir configuration setting (#4510)
  • Error message from requirements check on updatedb (#4513)
  • Fix #4512. Drush::redispatchOptions() no longer includes shortcut options (-y) (#4515)
  • Issue #4032 queue run lease time (#4322)
  • Fix #4134,#4438. Use Guzzle to fetch json in security commands (#4522)
  • Change how we NULL the cache dir during deploy command. (#4533)
  • Lots of minor docs improvements. See our new site at www.drush.org, including a command list.
drush - 10.3.2

Published by weitzman about 4 years ago

drush - 8.4.0

Published by greg-1-anderson about 4 years ago

  • Support Contrib modules with semver releases in Drupal 8. (#4466)
drush - 8.3.6

Published by greg-1-anderson about 4 years ago

  • Allow Drush 8 uli to call Drush 10 and get the right reset link. (#4498)
  • Do not pass --root in sql-sync if it is not set in the alias file. (#4484)
  • Wrap mysql table names in backticks to avoid errors in MySQL 8 (#4456)
  • Adjust Drush8 alias files search depth (#4436)
  • Remove entity_load function in favour of Role::load to be Drupal 9 compatible (#4431)
drush - 10.3.1

Published by weitzman over 4 years ago

  • Handle semver contrib releases in pm:security (#4449)
  • Success log message when checking php security updates (#4446)
drush - 10.3.0

Published by weitzman over 4 years ago

Highlights

  • Add new pm:security-php command for checking PHP dependencies for vulnerabilities (#4346)
  • Add new deploy command. Performs site deployment. (#4359)

Other changes

  • Add release and EOL dates to Drush versions table (#4349)
  • Do not throw an exception when valid JSON data evaluates to empty PHP data (#4342)
  • Simpler dcf template (#4354)
  • Fix SQL user creation with MariaDB (#4364)
  • Output correct data for machine readable formats when active and imported config are identical. (#4340)
  • Add deploy:hook command for hook_deploy_NAME "update hooks" (#4365)
  • Don't use the UpdateKernel for config:import. (#4368)
  • Add cache clear to early part of deploy. (#4375)
  • Fix #4371. Reunite ConfigImportCommands classes. They no longer need the UpdateKernel (#4374)
  • Log Drupal messages during site:install by registering a logger service in Drupal container (#4378)
  • Document how to rerun watchdog:show every 2 seconds. (#4381)
  • Add command to export .po files (#3253)
  • Declare the minimum supported version of Robo (#4441)
drush - https://github.com/drush-ops/drush/releases/tag/8.3.5

Published by weitzman over 4 years ago

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

Published by weitzman over 4 years ago

drush - 8.3.3

Published by weitzman over 4 years ago

Bugfix release primarily fixing issues to support:

  • Drupal 9 (#4408)
  • PHP 7.4 (#4362)
  • Mysql 8 (#4313 & #4261)
drush - 10.2.2

Published by weitzman over 4 years ago

  • Escape command name in RedispatchToSiteLocal. (#4307)
  • Allow for showing DB creds when running SQL commands (#4316)
  • Fix #4317. Fix Windows error when trying to drush uli into a remote site using an alias.
  • Fix #4319. missing application/gzip mime type (#4320)
  • Fix locale import usage example (#4321)
  • Add another DrushTT example from Scheduler module. ba37f21
  • Refactor alwaysQuery for Oracle. (#4335)
  • Drupal 9.0 compat - ConfigImport (#4336)
drush - 9.7.2

Published by weitzman over 4 years ago

  • 4dea224b - Remove unhelpful help text after drush terminated abnormally.
  • 661db961 - Fix #3867. Improve rsync confirmation message. (10 weeks ago
  • b6350cad - Remove old example from sql:sync help.
  • b0a2a2e4 - Closes #4071 by setting -y to sql-sync command
  • ae6c3b4d - Add --items-limit option to queue:run command (#4121)
  • 8848863b - Expand examples for drush ssh command. (4 months ago)
  • cad7fcf1 - Calculate memory_limit correctly when there is no suffix
  • 9ced786c - Issue-4208: Fix User:login command incorrect url handling
  • 61f78fde - fix warning in site:install
  • 08316911 - Replace classy with stark in EnDisUnListInfoCase::testEnDisUnList
  • 87b6e789 - Use CAPS for env variables in examples.
  • b59f72e2 - Do not throw exception if cron is already running (#4162)
  • 90e5acf7 - Fix #4160. Make method non-static.
  • ef24b8e2 - Allow symfony/event-dispatcher 4.x.
  • 1f5b487a - Fixes . Escape rsync params.
  • ab23651f - Remove usage of prepareLegacyRequest().
  • 471d9ae7 - Remove unused method on test class.
  • 359fa136 - Add documentation on wildcard aliases (#4113)
drush - 10.2.1

Published by weitzman over 4 years ago

  • Use Drupal's new core-recommended template in Unish. (#4304)
  • Add missing base theme key (affects Drupal 9). (#4309)
drush - 10.2.0

Published by weitzman over 4 years ago

  • Drush site-install fails with MySQL 8 #4259
  • Adding extra information about symlinked packaged commands, see #4290
  • Tolerate an unrecognized DB Driver during site:install and bootstrap #4295
  • Change from an exception to warning in site:install f93ee99
  • Better error message when dropping tables. 4906f6c
  • Remove unused SqlBase::delete f5dc954
  • Bump Unish's Drupal 9 testing to PHP 7.3 f10313c
  • Stop using CONFIG_SYNC_DIRECTORY. (#4301)
  • Fix #4098. In Drush config, stop using sql.db-su in favor of just db-su. (#4302).
  • Fix #4275. Adjust install instructions for recommended-project.
drush - 10.1.1

Published by weitzman almost 5 years ago

  • Add Usage example to sql:query linking to #3071.
  • Remove unhelpful help text after drush terminated abnormally.
  • Change log level to debug for 'broaden constraint' warning.
  • Bring back drush_log() to avoid fatal errors from older commandfiles.
drush - 10.1.0

Published by weitzman almost 5 years ago

  • Add cache:tags command to purge content by tag. (#4267)
  • Allow symfony/var-dumper version 5. 637f2aa
  • Fix #4256. Insufficient Error messages on failing SQL commands during site:install
  • Use entity_field.manager in user field sanitize plugin. Drupal 9 compat. #4270
  • More Drupal 9 compat #4272 #4273
  • Use PHP 7.3.7 exclusively at Appveyor. #4271
  • Fix userTest on Windows. 493467f
  • Improve rsync confirm message aa47e57a
drush - https://github.com/drush-ops/drush/releases/tag/8.3.2

Published by weitzman almost 5 years ago

drush - 10.0.2

Published by weitzman almost 5 years ago

  • Stop sending —backend during sql:sync calls (#4247)
drush - 10.0.1

Published by weitzman almost 5 years ago

  • site:install doesn't re-use a db connection already in settings.php (#4244)