Document Drush commands in README
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3528568. -->
Reported by: [ressa](https://www.drupal.org/user/102134)
Related to !13
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>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.</p>
<p>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 :)</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<p>See Drush commands and wonder how they can be used.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Add a few lines in the documentation, clarifying what the Drush commands are capable of, and maybe an example?</p>
<pre>~/dev/drupal$ drush migrate:booster:enable -h<br>Enables migrate booster and implementation cache.<br><br>Global options:<br>-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug <br>-y, --yes Auto-accept the default for all user prompts. Equivalent to --no-interaction. <br>-l, --uri=URI A base URL for building links and selecting a multi-site. Defaults to https://default. <br> To see all global options, run `drush topic` and pick the first choice. <br><br>Aliases: mbe, migrate-booster-enable<br><br>~/dev/drupal$ drush migrate:booster:reset -h<br>Resets migrate booster and implementation cache.<br><br>Global options:<br>-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug <br>-y, --yes Auto-accept the default for all user prompts. Equivalent to --no-interaction. <br>-l, --uri=URI A base URL for building links and selecting a multi-site. Defaults to https://default. <br> To see all global options, run `drush topic` and pick the first choice. <br><br>Aliases: mbr, migrate-booster-reset</pre><h3 id="summary-remaining-tasks">Remaining tasks</h3>
<h3 id="summary-ui-changes">User interface changes</h3>
<h3 id="summary-api-changes">API changes</h3>
<h3 id="summary-data-model-changes">Data model changes</h3>
issue