README.txt 710 B

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