Skip to content

Commit

Permalink
PSA Build - Adding -Cache (Fixes #40)
Browse files Browse the repository at this point in the history
And carrying properties (Fixes #43)
  • Loading branch information
StartAutomating authored and StartAutomating committed Sep 14, 2023
1 parent 7f32c99 commit baa228a
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion docs/PSA.com.atproto.sync.getHead.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,21 @@ The DID of the repo.



#### **Cache**

If set, will cache results for performance.






|Type |Required|Position|PipelineInput|
|----------|--------|--------|-------------|
|`[Switch]`|false |named |false |



#### **WhatIf**
-WhatIf is an automatic variable that is created when a command has ```[CmdletBinding(SupportsShouldProcess)]```.
-WhatIf is used to see what would happen, or return operations without executing them
Expand All @@ -66,5 +81,5 @@ If the command sets a ```[ConfirmImpact("Medium")]``` which is lower than ```$co

### Syntax
```PowerShell
Get-AtprotoSyncHead [-Did] <String> [-WhatIf] [-Confirm] [<CommonParameters>]
Get-AtprotoSyncHead [-Did] <String> [-Cache] [-WhatIf] [-Confirm] [<CommonParameters>]
```

0 comments on commit baa228a

Please sign in to comment.