-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port Drupal Console config:export:single
so I can export config individually, instead of via the UI.
#5621
Comments
config:export:single
so I can export config individually, instead of via the UI.
I'm inclined to skip this in favor of |
The key missing feature of These two missing options make this a manual process for anyone submitting a pull request that includes configuration, unless I'm missing something. Even the default install profiles within drupal core do not have |
Is your feature request related to a problem? Please describe.
As a distribution or test module maintainer, when I add new config to the install folder, I have to strip out site UUID and core version hash for each config file that I export in order to be installed on sites other than the one it was created in.
config:export
currently only "Export Drupal configuration to a directory." which exports the entire site's configuration to a directory.With Drupal Console I am able to use
config:export:single
Describe the solution you'd like
I would love it if Drush had similar to Drupal Console for this task.
Drupal Console, config:export:single help
https://github.com/hechoendrupal/drupal-console/blob/7027117c82cd8b9d9f3fb89558a088e0575434d3/src/Command/Config/ExportSingleCommand.php#L96
Describe alternatives you've considered
Fork Drupal Console in order to keep this functionality when upgrading to Drupal 10.
The text was updated successfully, but these errors were encountered: