From b9736bf5d367dce4771fc70130feaece4d5d82c5 Mon Sep 17 00:00:00 2001 From: Gowthamraj Krishnasamy <60683-nkk_gowtham@users.noreply.drupalcode.org> Date: Wed, 29 Nov 2023 20:13:19 +0000 Subject: [PATCH] Issue #3315929 by Anchal_gupta: Replace README.txt with README.md --- README.md | 23 +++++++++++++++++++++++ README.txt | 15 --------------- 2 files changed, 23 insertions(+), 15 deletions(-) create mode 100644 README.md delete mode 100644 README.txt diff --git a/README.md b/README.md new file mode 100644 index 0000000..801658b --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# MIGRATE TOOLS + + * Introduction + +## Introduction + 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. diff --git a/README.txt b/README.txt deleted file mode 100644 index 5f46ba0..0000000 --- a/README.txt +++ /dev/null @@ -1,15 +0,0 @@ -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. -- GitLab