Skip to content

Commit

Permalink
Update scripts.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 committed Jan 10, 2024
1 parent 0aaa417 commit ba4626b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,14 @@ script:
- templatePath: '.\Templates\entity-yaml.csx'
fileName: '{Entity.Name}.yml'
directory: '{Project.Directory}\Yaml\Entity'
overwrite: true
overwrite: false
merge: true
model:
- templatePath: '.\Templates\model-yaml.csx'
fileName: '{Model.Name}.yml'
directory: '{Project.Directory}\Yaml\Model'
overwrite: true
overwrite: false
merge: true
```
### TemplatePath
Expand All @@ -216,3 +218,7 @@ The directory location to write script template output. *Variables Supported*
#### Overwrite
Flag indicating whether to overwrite existing file. Default: `false`

#### Merge

Flag indicating whether to merge regions with existing file. Default: `false`

0 comments on commit ba4626b

Please sign in to comment.