New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

gh-comment-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gh-comment-cli

Comment on a specific issue on GitHub from the command-line

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

gh-comment-cli Build Status

Comment on a specific issue on GitHub from the command-line

Install

$ npm install --global gh-comment-cli

Usage

$ gh-comment --help

  Usage
    $ gh-comment --token --repo --issue --comment

       The comment will be written on a specified { issue } based on the { repository } parameter on GitHub

       Options
         --t | --token             GitHub personal access token
         --r | --repo              Repository URL (e.g. username/repo)
         --i | --issue             Issue ID (number) from specified repository
         --c | --comment           Comment to publish on repo/issueID selected

       Examples
         $ gh-comment --t=2j34an52iwo8fdf9fb145e29f4bf886yjn87qa6n --r=ftonato/gh-comment-cli --i=1 --c="How can I help this project?"

       Flag examples
         --token=2j34an52iwo8fdf9fb145e29f4bf886yjn87qa6n
         --repo=ftonato/gh-comment-cli
         --issue=1
         --comment="[I loved this new client to comment on GitHub issues](https://www.npmjs.com/package/gh-comment-cli)"

⚠️ You can create a personal access token on GitHub here

License

MIT © Ademílson F. Tonato

Keywords

gh comment

FAQs

Package last updated on 18 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts