GitHubCli
0.6.0
Interact with Github via PowerShell
Minimum PowerShell version
7.1
Installation Options
Owners
Copyright
(c) 2026
Package Details
Author(s)
- Chris Peterson
Tags
Github API REST DevOps Automation PowerShell Module Windows Linux MacOS
Functions
Get-GithubBranch New-GithubBranch Remove-GithubBranch Get-GithubIssueComment New-GithubIssueComment Get-GithubCommit Get-GithubConfiguration Get-GithubEvent Get-GithubIssue New-GithubIssue Update-GithubIssue Close-GithubIssue Open-GithubIssue Get-GithubLabel New-GithubLabel Update-GithubLabel Remove-GithubLabel Get-GithubOrganizationMember Add-GithubOrganizationMember Remove-GithubOrganizationMember Get-GithubRepositoryCollaborator Add-GithubRepositoryCollaborator Remove-GithubRepositoryCollaborator Get-GithubMilestone New-GithubMilestone Update-GithubMilestone Remove-GithubMilestone Get-GithubOrganization Get-GithubPullRequest New-GithubPullRequest Update-GithubPullRequest Merge-GithubPullRequest Close-GithubPullRequest Get-GithubPullRequestComment New-GithubPullRequestComment Get-GithubRelease Get-GithubRepository New-GithubRepository Update-GithubRepository Remove-GithubRepository Search-Github Search-GithubRepository Get-GithubUser Invoke-GithubApi Get-GithubWorkflow Get-GithubWorkflowRun Get-GithubWorkflowJob Get-GithubWorkflowRunLog Start-GithubWorkflowRun
PSEditions
Dependencies
This module has no dependencies.
Release Notes
## 0.6.0
### Features
* Add ProjectPath computed property to PullRequest and Issue types
* Add `merged` state support to Get-GithubPullRequest (uses search API with `is:merged`)
* Add -Until parameter to Get-GithubPullRequest for date range end filtering
* Add -ReviewedBy parameter to Get-GithubPullRequest for reviewer filtering
FileList
- GitHubCli.nuspec
- Branches.psm1
- Users.psm1
- Members.psm1
- Formats.ps1xml
- Repositories.psm1
- Issues.psm1
- Types.ps1xml
- Private\Globals.ps1
- GitHubCli.psd1
- Labels.psm1
- PullRequests.psm1
- Private\Functions\StringHelpers.ps1
- Search.psm1
- Commits.psm1
- Private\Functions\ObjectHelpers.ps1
- Config.psm1
- Events.psm1
- Milestones.psm1
- Private\Functions\GitHelpers.ps1
- Comments.psm1
- Workflows.psm1
- Releases.psm1
- Private\Functions\PaginationHelpers.ps1
- Organizations.psm1
- Utilities.psm1