load test
Find a file
2019-10-30 17:06:49 -05:00
.github/workflows Stop requiring vendored dependencies in CI 2019-10-23 22:35:11 +02:00
.vscode Add VS Code settings 2019-10-07 16:36:23 +02:00
api restore pr create with new context/client 2019-10-30 12:00:16 -05:00
auth Wire up OAuth authentication flow to initialize config file 2019-10-18 19:08:11 +02:00
command actually add command 2019-10-30 12:01:54 -05:00
context Now able to use api in oauth flow 2019-10-29 21:16:35 +01:00
git add cases to test for 2019-10-30 17:06:49 -05:00
test Customizable API client 2019-10-29 21:07:03 +01:00
ui initial commit 2019-10-03 22:20:31 -05:00
utils Add PRView tests 2019-10-16 14:47:47 -07:00
version Rename to "github/gh-cli" 2019-10-04 10:50:12 +02:00
.gitignore Preliminary OAuth flow 2019-10-18 15:44:44 +02:00
go.mod blindly committing the state of these files 2019-10-30 12:00:35 -05:00
go.sum blindly committing the state of these files 2019-10-30 12:00:35 -05:00
main.go Rename to "github/gh-cli" 2019-10-04 10:50:12 +02:00
Makefile Create overridable Context interface 2019-10-17 02:25:59 +02:00
README.md Remove redirect to helper-cli from the README 2019-10-29 13:43:47 -04: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.

Process