drush feeds-import-allfor drush 7x
Import all instances of feeds of the given type.
drush feeds-import-all
feeds-import-all is a Drush command from the feeds project.
feeds-
Aliases
feeds-import-all has 2 alias/es:
drush feeds-ia
drush feeds-im-all
-
Arguments
feeds-import-all accepts 1 argument/s:
importer : The name of the Feeds importer that will be refreshed. Omitting the importer will cause all instances of all feeds to be imported.
-
Options
feeds-import-all accepts 1 option/s:
--limit : Limit the number of feeds to import. Optional.
-
Examples
Import all instances of all feeds.
drush feeds-import-all
Import all instances of the importer 'my_importer'.
drush feeds-import-all my_importer
Import 10 instances of the feed 'my_importer'.
drush feeds-import-all my_importer --limit=10
-
Comments
comments powered by Disqus