From baa228a2974cf68d104d8c2b602c81975249411d Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Thu, 14 Sep 2023 20:22:21 +0000 Subject: [PATCH] PSA Build - Adding -Cache (Fixes #40) And carrying properties (Fixes #43) --- docs/PSA.com.atproto.sync.getHead.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/PSA.com.atproto.sync.getHead.md b/docs/PSA.com.atproto.sync.getHead.md index 999f3bcf0..9a6cff398 100644 --- a/docs/PSA.com.atproto.sync.getHead.md +++ b/docs/PSA.com.atproto.sync.getHead.md @@ -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 @@ -66,5 +81,5 @@ If the command sets a ```[ConfirmImpact("Medium")]``` which is lower than ```$co ### Syntax ```PowerShell -Get-AtprotoSyncHead [-Did] [-WhatIf] [-Confirm] [] +Get-AtprotoSyncHead [-Did] [-Cache] [-WhatIf] [-Confirm] [] ```