Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save calvez/7cb357d96cdbb11659d31318d7e80f7f to your computer and use it in GitHub Desktop.
Save calvez/7cb357d96cdbb11659d31318d7e80f7f to your computer and use it in GitHub Desktop.
Use drush to disable all non-core modules
drush pml --no-core --type=module --status=enabled --pipe | xargs drush -y dis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment