Created
December 18, 2017 18:02
-
-
Save fmfpereira/4186d4e40b09b2b49f2a4c91576be78c to your computer and use it in GitHub Desktop.
Remove uuid, _core and default_config_hash from Drupal 8.x profile install config files.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sed -i "/^uuid:/d;/^_core:/d;/^ default_config_hash:/d" * |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using the
yq
comand: