Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adamgoose/ghpatch

Simple Golang utility for patching files on GitHub.
https://github.com/adamgoose/ghpatch

Last synced: about 23 hours ago
JSON representation

Simple Golang utility for patching files on GitHub.

Awesome Lists containing this project

README

        

# ghpatch

ghpatch is a simple Golang utility for patching files on GitHub.

## man

```
ghpatch is a tool for patching GitHub files

Usage:
ghpatch {path} [flags] -- {cmd}

Flags:
-e, --author-email string [GHPATCH_COMMIT_AUTHOR_EMAIL] Commit Author email
-n, --author-name string [GHPATCH_COMMIT_AUTHOR_NAME] Commit Author name
-b, --branch string [GHPATCH_GITHUB_BRANCH] GitHub branch
--dry-run [GHPATCH_DRY_RUN] Dry run
-h, --help help for ghpatch
-m, --message string [GHPATCH_COMMIT_MESSAGE] Commit message
-o, --owner string [GHPATCH_GITHUB_OWNER] GitHub owner
-r, --repo string [GHPATCH_GITHUB_REPO] GitHub repo
-t, --token string [GHPATCH_GITHUB_TOKEN] GitHub token

```