diff modules/contrib/migrate_tools/README.txt @ 0:4c8ae668cc8c

Initial import (non-working)
author Chris Cannam
date Wed, 29 Nov 2017 16:09:58 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/modules/contrib/migrate_tools/README.txt	Wed Nov 29 16:09:58 2017 +0000
@@ -0,0 +1,15 @@
+The Migrate Tools module provides tools for running and managing Drupal 8
+migrations.
+
+Drush commands supported include:
+
+* migrate-status - Lists migrations and their status.
+* migrate-import - Performs import operations.
+* migrate-rollback - Performs rollback operations.
+* migrate-stop - Cleanly stops a running operation.
+* migrate-reset-status - Sets a migration status to Idle if it's gotten stuck.
+* migrate-messages - Lists any messages associated with a migration import.
+
+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.