Remove shortcut links with Drush in Drupal 10

During configuration imports, you can stumble upon this issue: not being able to import config because there are existing entities of type shortcut

How to put a Drupal site in maintenance mode with drush

If you are running a devOps system, you can put your sites in maintenance mode like this:

Get the current Drupal version with Drush

This easy snippet can help you if you want information about your current drupal version

How to get a list of uninstalled (contrib) modules with drush

When upgrading to Drupal 9 it can be handy to look up the uninstalled modules first, to remove them.

Deleting all terms of a taxonomy in bulk with drush

This drush snippet helps you to remove tags in bulk.

Clear specific cache in drupal 8

Drupal's default caching mechanism is to clear "all" cache. This is rather inefficiënt. There are options to clear specific caches only, here's how.

Subscribe to Drush