diff --git a/docs/Get-BlueSkyFeedTimeline.md b/docs/Get-BlueSkyFeedTimeline.md index 7a135b91d..aafec149d 100644 --- a/docs/Get-BlueSkyFeedTimeline.md +++ b/docs/Get-BlueSkyFeedTimeline.md @@ -77,6 +77,21 @@ You can provide this -Cursor to the same command with the same input to get more +#### **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 @@ -96,5 +111,5 @@ If the command sets a ```[ConfirmImpact("Medium")]``` which is lower than ```$co ### Syntax ```PowerShell -Get-BskyFeedTimeline [[-Algorithm] ] [[-Limit] ] [[-Cursor] ] [-WhatIf] [-Confirm] [] +Get-BskyFeedTimeline [[-Algorithm] ] [[-Limit] ] [[-Cursor] ] [-Cache] [-WhatIf] [-Confirm] [] ```