Skip to content

Commit dcaa010

Browse files
StartAutomatingStartAutomating
authored andcommitted
Invoke-PipeScript: Adding -OutputPath (Fixes #375)
1 parent 760ab4b commit dcaa010

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

docs/Invoke-PipeScript.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,23 @@ A list of positional arguments. These will be directly passed to the underlying
107107

108108

109109

110+
#### **OutputPath**
111+
112+
The OutputPath.
113+
If no -OutputPath is provided and a template file is invoked, an -OutputPath will be automatically determined.
114+
This currently has no effect if not invoking a template file.
115+
116+
117+
118+
119+
120+
121+
|Type |Required|Position|PipelineInput|
122+
|----------|--------|--------|-------------|
123+
|`[String]`|false |named |false |
124+
125+
126+
110127
#### **SafeScriptBlockAttributeEvaluation**
111128

112129
If this is not set, when a transpiler's parameters do not take a [ScriptBlock], ScriptBlock values will be evaluated.
@@ -131,5 +148,5 @@ If this is set, will make ScriptBlockAst values will be run within data language
131148

132149
### Syntax
133150
```PowerShell
134-
Invoke-PipeScript [-InputObject <PSObject>] [[-Command] <PSObject>] [-Parameter <IDictionary>] [-ArgumentList <PSObject[]>] [-SafeScriptBlockAttributeEvaluation] [<CommonParameters>]
151+
Invoke-PipeScript [-InputObject <PSObject>] [[-Command] <PSObject>] [-Parameter <IDictionary>] [-ArgumentList <PSObject[]>] [-OutputPath <String>] [-SafeScriptBlockAttributeEvaluation] [<CommonParameters>]
135152
```

0 commit comments

Comments
 (0)