Coder Social home page Coder Social logo

ghcli's Introduction

Simple GitHub cli tool

Usage:
  ghcli [command]

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  help        Help about any command
  list        List Pr or Issues
  status      Gives status of the requested service - pr or issue

Flags:
  -h, --help   help for ghcli

Use "ghcli [command] --help" for more information about a command.

List command lists open prs or issues

List PR or issues from github.

Usage:
  ghcli list [command]

Available Commands:
  issues      List all issues for the stated repository
  prs         Used to list PR's and PR related query

Flags:
  -h, --help   help for list

Use "ghcli list [command] --help" for more information about a command.

To list all open issue for a repository, use the following command:

  ghcli list issues --repo=<repo>

To list all open prs for a repository, use the following command:

  ghcli list prs --repo=<repo>

The Status command is used to check the status of the requested issue or PR

Gives status of the requested service - pr or issues

Usage:
  ghcli status [command]

Available Commands:
  issue       Give status of the requested issue
  pr          Give status of the requested pr

Flags:
  -h, --help   help for status

Use "ghcli status [command] --help" for more information about a command.

To use the status command to retrieve information about an issue, use the following command:

  ghcli status issue --repo=<repo> --num=<number-of-issue>

To use the status command to retrieve information about a PR, use the following command:

  ghcli status pr --repo=<repo> --num=<number-of-pr>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.