drush features-export
Export a feature from your site into a module.
Drush Command
drush features-export
Arguments
feature : Feature name to export.
components : Patterns of components to include, see features-components for the format of patterns.
Aliases
drush fe
Options
--destination : Destination path (from Drupal root) of the exported feature. Defaults to 'sites/all/modules'.
--version-set : Specify a version number for the feature.
--version-increment : Increment the feature's version number.
--ignore-conflicts : Ignore conflicts and export all components.
Examples
None