Skip to content

Instantly share code, notes, and snippets.

@szeidler
Last active July 24, 2017 11:45
Show Gist options
  • Save szeidler/3d41193d97e5e9fc4542 to your computer and use it in GitHub Desktop.
Save szeidler/3d41193d97e5e9fc4542 to your computer and use it in GitHub Desktop.
Make enabled modules diff of two drupal installations
diff -u <(drush @project-local pm-list --status=enabled) <(drush @project-remote pm-list --status=enabled)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment