Skip to content

Commit

Permalink
config export process for public distro - #5
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Davis committed Jan 1, 2024
1 parent 1cadfef commit 9274af3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/config-export-for-public-distro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# config export process for public distro

Based on: https://drupal.stackexchange.com/a/308680/1082

At top level folder for git:

`cd config/sync`
`find . -type f -exec sed -i -e '/_core:/,+1d' {} \;`
`find . -type f -exec sed -i -e '/uuid: /d' {} \;`

Then:

`git add .`
`git commit -m "config"`

0 comments on commit 9274af3

Please sign in to comment.