Drupal investigation

README.txt 710B

    <p>The Migrate Tools module provides tools for running and managing Drupal 8 migrations.</p> <p>Drush commands supported include:</p> <ul> <li>migrate-status - Lists migrations and their status.</li> <li>migrate-import - Performs import operations.</li> <li>migrate-rollback - Performs rollback operations.</li> <li>migrate-stop - Cleanly stops a running operation.</li> <li>migrate-reset-status - Sets a migration status to Idle if it&#39;s gotten stuck.</li> <li>migrate-messages - Lists any messages associated with a migration import.</li> </ul> <p>The UI at this point provides a front-end equivalent to the migrate-status and migrate-messages commands. It will be enhanced to allow running the other operations, as well as provide the ability to create and alter migrations.</p>