Skip to content

gh extension which comments to a commit by GitHub API

License

Notifications You must be signed in to change notification settings

johnmanjiro13/gh-cmcm

Repository files navigation

gh-cmcm

gh-cmcm (commit comment) is a gh extension which comments to a commit by GitHub API.

Installation

gh extension install johnmanjiro13/gh-cmcm

Usage

Authorization

If you use github enterprise, you need to set your api base url to GITHUB_BASE_URL environment variable.

Create a comment

gh cmcm create <commit_sha> --body 'Comment by cli'

Get a comment

gh cmcm get <comment_id>

You can use the --json flag if you want to get result as json.

List comments

gh cmcm list <comment_id>

You can use the --json flag if you want to get result as json.

Update a comment

gh cmcm update <comment_id> --body 'Updated comment by cli'

Delete a comment

gh cmcm delete <comment_id>

About

gh extension which comments to a commit by GitHub API

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages