Convert site:export command to Drupal 13.7's API
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3564640. --> Reported by: [phenaproxima](https://www.drupal.org/user/205645) Related to !729 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Our helper module exposes a <code>site:export</code> command. This command is written for the Drush 13.6 and lower command API, which is <em>completely</em> different in Drush 13.7 and later!</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Replace the Drush 13.6 version of the command with a version that works in 13.7. The command is aimed at site template creators, which is largely a Drupal CMS 2.x thing, and I can't see any real reason to keep the older version around.</p>
issue