drush feeds-importfor drush 7x


Imports a feed.

drush feeds-import

feeds-import is a Drush command from the feeds project.

feeds
  • Aliases


    feeds-import has 1 alias/es:


    drush feeds-im

  • Arguments


    feeds-import accepts 1 argument/s:


    importer : The name of the Feeds importer that will be refreshed. Mandatory.

  • Options


    feeds-import accepts 4 option/s:


    --nid : (optional) The nid of the Feeds importer that will be imported.

    --file : (optional) The file to import. Bypasses the configured fetcher and does *not* update the source configuration.

    --url : (optional) The URL to import. Bypasses the configured fetcher and does *not* update the source configuration.

    --stdin : (optional) Read the file to import from stdin. Bypasses the configured fetcher and does *not* update the source configuration.

  • Examples


    Import items with the importer 'my_importer'.

    drush feeds-import my_importer

    Import items with the importer 'my_importer' for feed node 2.

    drush feeds-import my_importer --nid=2

  • Comments


    comments powered by Disqus