load test
Find a file
Mislav Marohnić 7f4833d84e 🔥 unused code
2019-11-26 14:14:31 +01:00
.github spelling 2019-11-20 14:33:16 -10:00
.vscode Add VS Code settings 2019-10-07 16:36:23 +02:00
api Align issue list output with that of pr list 2019-11-22 17:15:11 +01:00
auth Wire up OAuth authentication flow to initialize config file 2019-10-18 19:08:11 +02:00
command Merge pull request #97 from github/issue-create-editor 2019-11-25 11:34:11 -06:00
context Cover more pr checkout test scenarios 2019-11-14 20:53:34 +01:00
git Test the scenario where the target branch already exists 2019-11-14 20:29:24 +01:00
test Simplify parsing API issues 2019-11-22 17:04:32 +01:00
utils 🔥 unused code 2019-11-26 14:14:31 +01:00
.gitignore Configure goreleaser.yml 2019-11-08 18:53:09 +01:00
.goreleaser.yml Inject production OAuth client ID+secret into release 2019-11-08 18:57:22 +01:00
go.mod use errors.Wrap 2019-11-13 15:00:57 -06:00
go.sum use errors.Wrap 2019-11-13 15:00:57 -06:00
LICENSE Create LICENSE 2019-11-21 13:22:23 -06:00
main.go Also print cmd usage string on "unknown command" 2019-10-31 22:44:43 +01:00
Makefile Fix injecting version information into build from git 2019-11-19 09:01:18 +01:00
README.md Update README.md 2019-11-15 13:16:19 -08:00

gh - The GitHub CLI tool

The #ce-cli team is working on a publicly available CLI tool to reduce the friction between GitHub and one's local machine for people who use the command line primarily to interact with Git and GitHub. https://github.com/github/releases/issues/659

This tool is an endeavor separate from github/hub, which acts as a proxy to git, since our aim is to reimagine from scratch the kind of command line interface to GitHub that would serve our users' interests best.

Installation

warning, gh is in a very alpha phase

brew install github/gh/gh

That's it. You are now ready to use gh on the command line. 🥳

Process

How to create a release

This can all be done from your local terminal.

  1. git tag 'vVERSION_NUMBER' # example git tag 'v0.0.1'
  2. git push origin vVERSION_NUMBER
  3. Wait a few minutes for the build to run and CI to pass. Look at the actions tab to check the progress.
  4. Go to https://github.com/github/homebrew-gh/releases and look at the release