Add a `--generic` option to `drush config:export`
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3564710. --> Reported by: [phenaproxima](https://www.drupal.org/user/205645) Related to !803 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>When exporting config for making a site template or working on a recipe, you need to remember to remove the `uuid` and `_core` keys from the exported config. Wouldn't it be nice if Drush could do that for you?</p> <p>We should hook into Drush and support a `--generic` option for `config:export` which, if set, will automatically strip out those keys for you.</p>
issue