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