PSGist Cmdlet Reference


  Add-GistComment - Add a Comment to a Gist Object.
  Add-GistFile - Add a file to an existing Gist Object.
  Copy-Gist - Copy a Gist Object.
  Find-Gist - Finds a Gist by Username and FileName
  Get-Gist - Get a Gist Object.
  Get-GistComment - Get a Comment from a Gist Object.
  Get-GistCommit - Get a Commit of Gist Object.
  Get-GistFork - Get a Fork of a Gist Object.
  Get-GistVersion - Get a Version of a Gist Object.
  New-Gist - Create a New Gist Object.
  New-GistOAuthToken - Create a New OAuth Token.
  Remove-Gist - Remove a Gist Object.
  Remove-GistComment - Remove a Comment from a Gist Object.
  Remove-GistFile - Remove a File from a Gist Object.
  Rename-GistFile - Rename a File from a Gist Object.
  Save-Gist - Save a Gist Object to the local machine.
  Set-Gist - Set Attributes of a Gist Object.
  Update-GistComment - Update a Comment from a Gist Object.
  Update-GistFile - Update a File from a Gist Object.
Fork me on GitHub