Document Drush commands in README

Created on 5 June 2025, 1 day ago

Problem/Motivation

The latest dev version of 2.x works well in Drupal 10, so that's great. I simply install the Migrate Boost module, and add a few modules (such as Pathauto) in the settings.php, and they are skipped during migrations.

However, I also see a few Drush commands, but am not sure what they do ... I mean, everything seems to work after downloading and installing the module, and adding a module or two in settings.php :)

Steps to reproduce

See Drush commands and wonder how they can be used.

Proposed resolution

Add a few lines in the documentation, clarifying what the Drush commands are capable of, and maybe an example?

~/dev/drupal$ drush migrate:booster:enable -h
Enables migrate booster and implementation cache.

Global options:
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug 
-y, --yes            Auto-accept the default for all user prompts. Equivalent to --no-interaction.                      
-l, --uri=URI        A base URL for building links and selecting a multi-site. Defaults to https://default.             
                     To see all global options, run `drush topic` and pick the first choice.                            

Aliases: mbe, migrate-booster-enable

~/dev/drupal$ drush migrate:booster:reset -h
Resets migrate booster and implementation cache.

Global options:
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug 
-y, --yes            Auto-accept the default for all user prompts. Equivalent to --no-interaction.                      
-l, --uri=URI        A base URL for building links and selecting a multi-site. Defaults to https://default.             
                     To see all global options, run `drush topic` and pick the first choice.                            

Aliases: mbr, migrate-booster-reset

Remaining tasks

User interface changes

API changes

Data model changes

πŸ“Œ Task
Status

Active

Version

2.0

Component

Documentation

Created by

πŸ‡©πŸ‡°Denmark ressa Copenhagen

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024