features-export

Export the configuration on your site into a custom module.

drush features-export

Aliases:

Arguments:

package : A space delimited list of features to export.

Options:

--add-profile : Package features into an install profile.

Examples:

Export all available packages.

drush features-export

Export the example_article and example_page packages.

drush features-export example_article example_page

Export all available packages and add them to an install profile.

drush features-export --add-profile