This project is not covered by Drupal’s security advisory policy.

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*?

  1. Backs up any existing version of example_feature_module to DRUPALROOT/backups
  2. Grabs the most recent example_feature_module.tar file from your downloads directory
  3. 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.

Project information

Releases