Posted by irakli on January 6, 2010 at 12:30am
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.
Installation
Please refer to the included INSTALL.txt for detailed installation instructions.
Downloads
Recommended releases
Development releases
Project Information
- Maintenance status: Actively maintained
- Development status: Under active development
- Module categories: Developer, Drush
- Last modified: December 3, 2010