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