sigmavirus24 / github-cli

Command-line access to GitHub via the API (v3)

Home Page:http://sigmavirus24.github.com/github-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

github-cli

Build Status

This tool provides partial interaction with GitHub and its API from the command line. This tool is far from complete or comprehensive.

Dependencies

Current Usage

If you would like command completion, look in the completion directory for your shell of choice. If you don't see one for your shell, feel free to send a pull request adding one! Note: The current bash completion is imperfect so feel free to improve on it and send pull requests.

To get a comprehensive look at the following commands, use their help pages like below.

help

$ gh help
# Alternatively gh -h

$ gh help issue
$ gh help issue.assign
$ gh help issue.close
$ gh help issue.comment
$ gh help issue.comments
$ gh help issue.create
$ gh help issue.ls
$ gh help issue.reopen

License

GPLv3

About

Command-line access to GitHub via the API (v3)

http://sigmavirus24.github.com/github-cli

License:GNU General Public License v3.0


Languages

Language:Python 100.0%