Skip to content

Instantly share code, notes, and snippets.

@thelebster
Forked from szeidler/drush-compare-modules.sh
Created October 22, 2016 05:45
Show Gist options
  • Select an option

  • Save thelebster/ab3e43e8b7f3afeac29009547cbf99d1 to your computer and use it in GitHub Desktop.

Select an option

Save thelebster/ab3e43e8b7f3afeac29009547cbf99d1 to your computer and use it in GitHub Desktop.
Make enabled modules diff of two drupal installations
diff -u <(drush @project-local pm-list | grep Enabled) <(drush @project-remote pm-list | grep Enabled)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment