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 bbc05eb commit 7355048Copy full SHA for 7355048
docs/Build-Pipescript.md
@@ -0,0 +1,32 @@
1
+
2
+Build-Pipescript
3
+----------------
4
+### Synopsis
5
+Builds PipeScript Files
6
7
+---
8
+### Description
9
10
+Builds PipeScript Files.
11
12
+Any Source Generator Files Discovered by PipeScript will be run, which will convert them into source code.
13
14
15
+### Parameters
16
+#### **InputPath**
17
18
+One or more input paths. If no -InputPath is provided, will build all scripts beneath the current directory.
19
20
21
22
+|Type |Requried|Postion|PipelineInput |
23
+|----------------|--------|-------|---------------------|
24
+|```[String[]]```|false |1 |true (ByPropertyName)|
25
26
+### Syntax
27
+```PowerShell
28
+Build-Pipescript [[-InputPath] <String[]>] [<CommonParameters>]
29
+```
30
31
32
0 commit comments