Gets GitHub Gists as Posts
Gets GitHub Gists as Posts.
Get-GitPubGist -UserName StartAutomating
The GitHub Username or Organization.
Type:
[String]
Required: true
Position: 1
PipelineInput:false
The GitHub Access token. If this is not provided, $env:GITHUB_TOKEN is present, $env:GITHUB_TOKEN will be used.
Type:
[String]
Required: false
Position: 2
PipelineInput:false
Get-GitPubGist [-UserName] <String> [[-GitHubAccessToken] <String>] [<CommonParameters>]