I would like to submit feeds import jobs with a drush command

What do I need to install or to configure to get the drush commands for feeds import?

command like:

drush feeds-list
drush feeds-config
drush feeds-import
...
Currently I have the following message:

/www/sites/all/modules/feeds/feeds$ drush feeds-config
The drush command 'feeds-config' could not be found. Run `drush cache-clear drush` to clear the commandfile cache if you have installed new [error]
extensions.

/www/sites/all/modules/feeds/feeds$ drush feeds-list
The drush command 'feeds-list' could not be found. Run `drush cache-clear drush` to clear the commandfile cache if you have installed new [error]
extensions.

Any ideas??

Thanks

Didier

Comments

Stefan Lehmann’s picture

You have to run the drush command in the folder with the settings.php file, so drush knows which installation you mean or alternatively provide a site-alias I believe.

I like cookies!

dihonore’s picture

I am already in the folder with the settings.php

/home/pmibrowser/www/sites/default
root@qsi-srv1:/home/pmibrowser/www/sites/default# drush feeds-list
The drush command 'feeds-list' could not be found. Run `drush cache-clear drush` to clear the commandfile cache if you have installed new [error]
extensions.
root@qsi-srv1:/home/pmibrowser/www/sites/default# drush feeds-config
The drush command 'feeds-config' could not be found. Run `drush cache-clear drush` to clear the commandfile cache if you have installed new [error]
extensions.

the other drush commands works

WorldFallz’s picture

Please don't post duplicate threads, I've deleted the dupe. Thanks.