-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
Versions used
Drupal version : 8.5.4
Drush version : 9.3.0
Steps to reproduce
- Install config_split module.
- Set up a config split with the name
localand add the devel module to it. (in my example I also added the chosen module). - Export the config split configs
drush csex local - Export the rest of the configs
drush cexand confirm the devel related configs are not exported in the default directory. - Check if all configs are exported well by importing again
drush cim - Check the status of configs with
drush config-status
Expected Results
I expect drush config-status to reflect the actual status of config export, like seen in admin/config/development/configuration, taking into account the config splits that are active, hence in this example resulting in No differences between DB and sync directory.
Metadata
Metadata
Assignees
Labels
No labels

