Drush Feeds Import
Component ID
1865202
Component name
Drush Feeds Import
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
If you are familiar with Feeds module, you know you can import all feeds executing the Drupal cron. This approach works, but if you have a site with thousands of feeds imported, could be a problem.
The module Drush Feeds Import was created to help Drupal administrators with this situation. This module have 3 commands.
feeds-import : Enable to run a specific feed import
feeds-import-all : Import all feeds available
feeds-list : Get a list of all feeds available
Usage:
1. Get a list of feeds
$ drush feeds-list
2. Import a specific feed
$ drush feeds-import --feed-id=feed_importer_1
3. Import all feeds
$drush feeds-import-all
Note: Feeds only will be processed if imported is configured to: Process in Background
