1.3.0 • Published 6 years ago

gi-cli v1.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

gi-cli

Build Status David DM

Git issues command line interface.

Config file

Make sure to have a configuration file at $HOME/.gi.yaml. Here an example for its content:

---
github.com:
  token: <AUTH-TOKEN>

Commands

$ w/gi-cli ╍ gi --help
gi [command]

Commands:
  gi <issue number>  Checkout branch for issue number.
  gi list            Lists all open issues of this project.
  gi pr              Create pull/merge request for current branch.
                                                                [aliases: merge]

Options:
  --version  Show version number                                       [boolean]
  --help     Show help                                                 [boolean]