Command for deduplicating config
- Added options to import and export commands to filter operation by config object(s).
- Added command
config-layers:deduplicate
(cldedup
) that deduplicates config object(s) in specified layer. By default the file storage state is used as source for deduplicated import into layer definition, after which the deduplicated config is exported back to the file storage. - Cloned and modified method
copyConfig()
from Drush, since there is need for config object specific operations. - Some cleanup and coding standards fixes.