Skip to content

Instantly share code, notes, and snippets.

@Mihailoff
Created February 22, 2013 12:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mihailoff/5013076 to your computer and use it in GitHub Desktop.
Save Mihailoff/5013076 to your computer and use it in GitHub Desktop.
Quickly disable & re-enable all non-core modules in Drupal 7
# see http://drupal.org/node/593406
drush pml --no-core --type=module --status=enabled --pipe | xargs drush -y dis
drush pml --no-core --type=module --status=disabled --pipe | xargs drush -y en
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment