Demonz Features
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Component created
Component changed
Component body
This module is a development helper module for working with Features module.
It adds drush commands to automatically add all new components of a specific type into an existing features module. It is an update of the scope of a features module. Scope is the actual list of features components present in a module.
For example, you created the features-module feat_image_styles which is designed to contains ALL the "image styles" of your website. During a new release you add 2 new image styles my_new_style_1 and my_new_style_2. Executing commands: drush fus feat_image_styles --update-content will add this 2 new components into the feat_image_styles and run a drush fu feat_image_styles
This module is useful for frequent release of a website or for continuous integration when using the Features module. It have to be enable only on development environment, during packaging of new functionality for a release.
