Metadrop/drupal-updater

Improve consolidating configuration vibs

Closed this issue · 4 comments

image

The consolidating config output is not easy to read, it is not clear when the script needed to consolidate configuration and when not as it is always displayed. It will be great to know if there were changes found

It looks like you are assuming that the consolidation is done only if necessary. But the consolidation is done for all environments, without condition. And I think it is good doing that because sometimes configuration export does export even if there are no changes found (idk why, i didn't investigate further). It literally appears 'No changes found' but when you check the files modified / created with git, there may appear changed files.

Following up on your feedback, I agree to one of these options:

  • Show if there were, or there weren't changes found, and even list the configuration files that have changed (using git.
  • Show just the output of drush cex command. But that does not guarantee that it shows all the modified files.

What do you think?

Clear, lets go for the most secure option: A (git)

Now the changes will appear like this:

imagen

Released in 1.4.0