Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cabelotaina/b6525735ad5c0f736dd8de0b73167a2f to your computer and use it in GitHub Desktop.
Save cabelotaina/b6525735ad5c0f736dd8de0b73167a2f 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