GitHubCli
0.5.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.5.0
### Features
* Pull requests can now be filtered by author, draft status, and date using -Author, -IsDraft, and -Since parameters
* Pull request draft status can now be toggled using -Draft and -MarkReady switches on Update-GithubPullRequest
FileList
- GitHubCli.nuspec
- Types.ps1xml
- Milestones.psm1
- Releases.psm1
- Config.psm1
- Branches.psm1
- GitHubCli.psd1
- Workflows.psm1
- Private\Globals.ps1
- PullRequests.psm1
- Commits.psm1
- Repositories.psm1
- Private\Functions\ObjectHelpers.ps1
- Members.psm1
- Comments.psm1
- Search.psm1
- Private\Functions\PaginationHelpers.ps1
- Issues.psm1
- Labels.psm1
- Utilities.psm1
- Private\Functions\StringHelpers.ps1
- Formats.ps1xml
- Users.psm1
- Events.psm1
- Private\Functions\GitHelpers.ps1
- Organizations.psm1
Version History
| Version | Downloads | Last updated |
|---|---|---|
| 0.5.0 (current version) | 6 | 2/27/2026 |
| 0.4.0 | 16 | 2/26/2026 |
| 0.3.1 | 9 | 2/26/2026 |
| 0.3.0 | 28 | 2/21/2026 |