Last Updated: February 25, 2016
·
3.15K
· luukyb

Drush list all enabled modules in drupal

List all the modules enabled using drush :

$ drush pm-list --type=module --status=enabled

You can also exclude core with the option '--no-core'

$ drush pm-list --type=module --no-core --status=enabled