GitHubCli
0.4.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
Initial release
* Branches (Get, New, Remove)
* Commits (Get)
* Comments (Get, New)
* Events (Get)
* Issues (Get, New, Update, Close, Open)
* Labels (Get, New, Update, Remove)
* Members (Org Members, Repo Collaborators)
* Milestones (Get, New, Update, Remove)
* Organizations (Get)
* Pull Requests (Get, New, Update, Merge, Close, Comments)
* Releases (Get)
* Repositories (Get, New, Update, Remove)
* Search (Global, Per-Repository)
* Users (Get)
* Workflows (Get, Runs, Jobs, Logs, Start)
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.4.0 (current version) | 9 | 2/26/2026 |
| 0.3.1 | 9 | 2/26/2026 |
| 0.3.0 | 28 | 2/21/2026 |