Created
February 22, 2013 12:23
-
-
Save Mihailoff/5013076 to your computer and use it in GitHub Desktop.
Quickly disable & re-enable all non-core modules in Drupal 7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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