PSGist

1.4.2.0

A module to interface with Gist objects using the GitHub API.

Minimum PowerShell version

5.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PSGist -RequiredVersion 1.4.2.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PSGist -Version 1.4.2.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2016 Thomas J. Malkewitz @dotps1. All rights reserved.

Package Details

Author(s)

  • Thomas J. Malkewitz @dotps1

Tags

GitHub Gist REST OAuth Snippit

Functions

Add-GistComment Add-GistFile Copy-Gist Get-Gist Get-GistCommit Get-GistComment Get-GistFork Get-GistVersion New-Gist New-GistOAuthToken Remove-Gist Remove-GistComment Remove-GistFile Rename-GistFile Save-Gist Set-Gist Set-GistOAuthToken Update-GistComment Update-GistFile

Dependencies

This module has no dependencies.

Release Notes

Added pipeline support to Get-Gist.  Removed the ability to do Get-Gist -Target Public as this would get all public Gists, from all users and would ban your IP for over use.

FileList

Version History

Version Downloads Last updated
2.2.0 1,351 8/31/2016
2.1.1 28 8/23/2016
2.0.1 80 6/22/2016
1.4.6 21 6/21/2016
1.4.2.0 (current version) 18 6/20/2016
1.4.1.2 22 6/15/2016
1.4.0.3 37 5/2/2016
1.4 21 4/26/2016
1.3 18 4/25/2016
Show more