Skip to content

Commit f9db8d1

Browse files
StartAutomatingStartAutomating
authored andcommitted
feat: Get-GQL -OutputPath ( Fixes #2, Fixes #34 )
Also, simplifying output implementation.
1 parent d738931 commit f9db8d1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/Get-GQL.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@ This can be useful to force an update of cached information.
105105
|----------|--------|--------|---------------------|
106106
|`[Switch]`|false |named |true (ByPropertyName)|
107107

108+
#### **OutputPath**
109+
110+
|Type |Required|Position|PipelineInput |
111+
|------------|--------|--------|---------------------|
112+
|`[String[]]`|false |7 |true (ByPropertyName)|
113+
108114
#### **WhatIf**
109115
-WhatIf is an automatic variable that is created when a command has ```[CmdletBinding(SupportsShouldProcess)]```.
110116
-WhatIf is used to see what would happen, or return operations without executing them
@@ -120,5 +126,5 @@ If the command sets a ```[ConfirmImpact("Medium")]``` which is lower than ```$co
120126

121127
### Syntax
122128
```PowerShell
123-
Get-GQL [[-Query] <String[]>] [[-PersonalAccessToken] <String>] [[-GraphQLUri] <Uri>] [[-Parameter] <IDictionary>] [[-Header] <IDictionary>] [[-PSTypeName] <String[]>] [-Cache] [-Refresh] [-WhatIf] [-Confirm] [<CommonParameters>]
129+
Get-GQL [[-Query] <String[]>] [[-PersonalAccessToken] <String>] [[-GraphQLUri] <Uri>] [[-Parameter] <IDictionary>] [[-Header] <IDictionary>] [[-PSTypeName] <String[]>] [-Cache] [-Refresh] [[-OutputPath] <String[]>] [-WhatIf] [-Confirm] [<CommonParameters>]
124130
```

0 commit comments

Comments
 (0)