Categorygithub.com/iwarapter/github-commiter
modulepackage
0.0.0-20250113124831-9680a8d766bc
Repository: https://github.com/iwarapter/github-commiter.git
Documentation: pkg.go.dev

# README

GitHub Committer

This is a simple utility which creates a signed commit using the GitHub graphql API. It uses the GITHUB_TOKEN environment variable with an action to authenticate.

Installation

go install github.com/iwarapter/github-commiter@latest

Usage

Usage:
github-committer [OPTIONS]

Application Options:
-r, --repository= the repository to push commits to
-b, --branch=     the branch to push commits to
-m, --message=    the commit message to use (default: updated with github-signer)

Help Options:
-h, --help        Show this help message

Example

github-committer -r iwarapter/example -b main -m 'example commit message'