Features Fetch
Categories
Component ID
1075054
Component name
Features Fetch
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
265
Component created
Component changed
Component body
Features Fetch (ff)
is a simple drush command extension that simplifies deploying (rebuilt) Drupal Feature modules to a specific Drupal project.
But what does it *do*?
- Backs up any existing version of example_feature_module to DRUPALROOT/backups
- Grabs the most recent example_feature_module.tar file from your downloads directory
- unpacks it to your features destination directory
This means that after every feature module rebuild you can simply download it via the Features admin interface and then deploy it with a single drush ff command.
This extension reuses core drush functionality (backing up, unpacking, etc) as much as possible.
The features UI now allows rebuilding straight to sites/x/modules/... which makes this drush extension obsolete.