Just re-discovered the power of wildcards with Drush

Enable all your project specific features and modules at once, Revert project features

drush en -y projectname_*
drush fr -y projectname_*
drush updb

List and get the status of just your project features

drush fl projectname_*

Revert just your project’s content types

drush fr -y projectname_contentype_*

Share or Comment via Twitter