You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
As a manager of a custom Drupal distribution, which manages configuration in code, sometimes individual sites run into issues with pulling in upstream changes via mechanisms like config_distro, config_sync.
Describe the solution you'd like
A more precise way to import a single config file to override any existing configuration, or missing configuration.
Describe alternatives you've considered
Manually import config via the UI in config_sync for each affected site.
Is your feature request related to a problem? Please describe.
As a manager of a custom Drupal distribution, which manages configuration in code, sometimes individual sites run into issues with pulling in upstream changes via mechanisms like config_distro, config_sync.
Describe the solution you'd like
A more precise way to import a single config file to override any existing configuration, or missing configuration.
Describe alternatives you've considered
Additional context
https://github.com/hechoendrupal/drupal-console/blob/7027117c82cd8b9d9f3fb89558a088e0575434d3/src/Command/Config/ImportSingleCommand.php#L55
The text was updated successfully, but these errors were encountered: