-
-
Save thelebster/ab3e43e8b7f3afeac29009547cbf99d1 to your computer and use it in GitHub Desktop.
Make enabled modules diff of two drupal installations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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