Skip to content

Commit 3fc876b

Browse files
committed
Fix: Add missing Force parameter description
1 parent 96a9050 commit 3fc876b

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

d365fo.tools/functions/invoke-d365sdpinstall.ps1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@
8080
models may not be available and where the retail components are installed.
8181
More information about this can be found at https://github.com/d365collaborative/d365fo.tools/issues/878
8282
83+
.PARAMETER Force
84+
Instruct the cmdlet to overwrite the "extracted" folder if it exists
85+
86+
Used when the input is a zip file, that will auto extract to a folder named like the zip file.
87+
8388
.EXAMPLE
8489
PS C:\> Invoke-D365SDPInstall -Path "c:\temp\package.zip" -QuickInstallAll
8590

d365fo.tools/functions/invoke-d365sdpinstallude.ps1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
.PARAMETER LogPath
2121
The path where the log file(s) will be saved
2222
23+
.PARAMETER Force
24+
Instruct the cmdlet to overwrite the "extracted" folder if it exists
25+
26+
Used when the input is a zip file, that will auto extract to a folder named like the zip file.
27+
2328
.EXAMPLE
2429
PS C:\> Invoke-D365SDPInstallUDE -Path "c:\temp\package.zip" -MetaDataDir "c:\MyRepository\Metadata"
2530

docs/Invoke-D365SDPInstall.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,9 @@ Accept wildcard characters: False
378378
```
379379
380380
### -Force
381-
{{ Fill Force Description }}
381+
Instruct the cmdlet to overwrite the "extracted" folder if it exists
382+
383+
Used when the input is a zip file, that will auto extract to a folder named like the zip file.
382384
383385
```yaml
384386
Type: SwitchParameter

docs/Invoke-D365SDPInstallUDE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ Accept wildcard characters: False
8282
```
8383
8484
### -Force
85-
{{ Fill Force Description }}
85+
Instruct the cmdlet to overwrite the "extracted" folder if it exists
86+
87+
Used when the input is a zip file, that will auto extract to a folder named like the zip file.
8688
8789
```yaml
8890
Type: SwitchParameter

0 commit comments

Comments
 (0)