Skip to content

Instantly share code, notes, and snippets.

@apperceive
Created November 7, 2015 15:57
Show Gist options
  • Save apperceive/dbbd75e39970fcca847b to your computer and use it in GitHub Desktop.
Save apperceive/dbbd75e39970fcca847b to your computer and use it in GitHub Desktop.
from @iforst - Found this nifty command line to compare the enabled modules between sandboxes
diff -b -s --suppress-common-lines --side-by-side <(drush @XXX pm-list --status=enabled) <(drush @YYY pm-list --status=enabled)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment