We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aaa417 commit ba4626bCopy full SHA for ba4626b
1 file changed
docs/scripts.md
@@ -185,12 +185,14 @@ script:
185
- templatePath: '.\Templates\entity-yaml.csx'
186
fileName: '{Entity.Name}.yml'
187
directory: '{Project.Directory}\Yaml\Entity'
188
- overwrite: true
+ overwrite: false
189
+ merge: true
190
model:
191
- templatePath: '.\Templates\model-yaml.csx'
192
fileName: '{Model.Name}.yml'
193
directory: '{Project.Directory}\Yaml\Model'
194
195
196
```
197
198
### TemplatePath
@@ -216,3 +218,7 @@ The directory location to write script template output. *Variables Supported*
216
218
#### Overwrite
217
219
220
Flag indicating whether to overwrite existing file. Default: `false`
221
+
222
+#### Merge
223
224
+Flag indicating whether to merge regions with existing file. Default: `false`
0 commit comments