Skip to content

Instantly share code, notes, and snippets.

@nkgokul
Created February 19, 2015 15:28
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 nkgokul/faa4fcee3fd069fbcd8c to your computer and use it in GitHub Desktop.
Save nkgokul/faa4fcee3fd069fbcd8c to your computer and use it in GitHub Desktop.
Drush disable non core module - Useful for debugging
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