drush-commands.html in Migrate 6
File
help/drush-commands.html
View source
<pre>
migrate status List all content sets with current status.
migrate clear Clear migrated data for the specified content set.
migrate import Import a given migration content set.
migrate stop Stop any migration processes that are currently running.
</pre>
<p>For more detail on each command,
<a href="http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/drush/README.txt?view=markup">install drush</a>,
use <em>drush help</em>:</p>
<code>drush help migrate import</code>
<p>The migrate commands have several useful options - be sure to review the drush help.</p>