#Drush 13.4 comes with new command allowing you to inspect #Drupal dependencies. Just type

drush why:module node --type=module

...to get a list of modules that are depending on node. Or

drush why:module node --type=config

...to get all config entities that are depending on node module.
Reposted from
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...

Comments