Pathologic was missing because of a .git folder inside.
[yaffs-website] / web / modules / contrib / migrate_tools / README.txt
1 The Migrate Tools module provides tools for running and managing Drupal 8
2 migrations.
3
4 Drush commands supported include:
5
6 * migrate-status - Lists migrations and their status.
7 * migrate-import - Performs import operations.
8 * migrate-rollback - Performs rollback operations.
9 * migrate-stop - Cleanly stops a running operation.
10 * migrate-reset-status - Sets a migration status to Idle if it's gotten stuck.
11 * migrate-messages - Lists any messages associated with a migration import.
12
13 The UI at this point provides a front-end equivalent to the migrate-status and
14 migrate-messages commands. It will be enhanced to allow running the other
15 operations, as well as provide the ability to create and alter migrations.