Skip to content

Commit

Permalink
Updating at protocol build and regenerating
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Oct 3, 2023
1 parent cc275f0 commit e1acb75
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion docs/Get-AtProtoSyncLatestCommit.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,21 @@ If set, will cache results for performance.



#### **Authorization**

The authorization. This can be a JWT that accesses the at protocol or a credential. If this is provided as a credential the username is a handle or email and the password is the app password.






|Type |Required|Position|PipelineInput|Aliases |
|----------|--------|--------|-------------|--------------------------------------------------------------|
|`[Switch]`|false |named |false |Authentication<br/>AppPassword<br/>Credential<br/>PSCredential|



#### **Raw**

If set, will return raw results. This will ignore -Property, -DecorateProperty, -ExpandProperty, and -PSTypeName.
Expand Down Expand Up @@ -96,5 +111,5 @@ If the command sets a ```[ConfirmImpact("Medium")]``` which is lower than ```$co

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

0 comments on commit e1acb75

Please sign in to comment.