drush.org
@drush.org
Drush 13.6 is released with a new theme:dev command:

- Disables render, dynamic page, and page caches.
- Enables Twig debug mode (e.g., `dump()` function, template suggestions).
- Disables Twig cache (templates always recompiled)
- Disables CSS and JS aggregation

www.drush.org/13.x/command...
theme:dev - Drush
Toggle Twig development and cache aggregation settings.
www.drush.org
April 22, 2025 at 12:51 PM
Drush has a new cache:warm command that implements the nifty cache warming API that will show up in Drupal 11.2. See github.com/drush-ops/dr...
Implement core's cache prewarm API, when it exists · Issue #5724 · drush-ops/drush
Is your feature request related to a problem? Please describe. When you clear caches, a certain amount of cache rebuilding happens during the cache clear (route rebuilding etc.), and a certain amou...
github.com
March 26, 2025 at 5:22 PM
Drush 13.4 is out. We have a couple new commands (browse your module and config dependencies), and much more github.com/drush-ops/dr...
Release 13.4.0 · drush-ops/drush
What's Changed Add Drupal Dependencies commands to Drush core by @claudiu-cristea in #6060 Fix #6158. Entity save command does not properly check for revision support by @weitzman in #6168 Add mis...
github.com
March 18, 2025 at 8:41 PM