Skip to content

Instantly share code, notes, and snippets.

@davidjguru
Last active November 27, 2018 10:04
Show Gist options
  • Save davidjguru/da032abed5e18001b2add67246032b21 to your computer and use it in GitHub Desktop.
Save davidjguru/da032abed5e18001b2add67246032b21 to your computer and use it in GitHub Desktop.
Get a List with all the Drupal modules with Drush
drush8 pm-list
drush8 pm-list --status="enabled" --pipe
drush8 pm-list --status="disabled" --pipe
drush8 pm-list --type=module --status=enabled --no-core
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment