Experimental project

This is a sandbox project, which contains experimental code for developer use only.

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

Supporting organizations: 
Development

Project information

  • Created by -enzo- on , updated