Features Clone (for Drush)

Categories

Component ID

675314

Component name

Features Clone (for Drush)

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

3360

Component created

Component changed

Component body

Features Clone is a Drush command that allows quick cloning of a Feature. It can be used to rename or fork (e.g. to start a new feature off of an existing one) a Feature installed on a Drupal site.

Usage

drush features-clone <src_featurename> <dst_featurname>

Arguments:
 src_featurename  -  Required. Modulename (machine name) of the Feature to Clone.     
 dst_featurename  -  Required. Machine name of the new Feature created after cloning. 

Note: source feature must be installed and enabled on a Drupal instance that the drush command is run against.

Attention/Caution:

Module uses pretty straightforward search/replace technique so if the name of your feature is something non-unique and can match some other things in your codebase, unintended/unpleasant consequences may follow. Please name your features with unique names and as with any other change to codebase: backup, test, test again.

Installation

Please refer to the included INSTALL.txt for detailed installation instructions.