🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

set-gh-status

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

set-gh-status

Set Github User Status from the command line

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

Set Github Status

Description

Set your Github User Status from the command line.

Usage

Requires a Gitub Personal Access Token with the user and notifications scopes. Go here to create one.

You can either export your token as an environment variable SET_STATUS_TOKEN, or pass it as an option:

export SET_STATUS_TOKEN=<your_token>

set-gh-status -t <your_token> -m "Shoveling code"

To use set-gh-status, either install it globally from npm, or run it with npx:

npx set-gh-status -t <your_token> -m "Squashing bugs and giving hugs" -e ❤️

npm i -g set-gh-status

Options

To see all options run set-gh-status --help.

npx set-gh-status --help

Options:
  -m, --message  status message to set
  -e, --emoji    status emoji, in unicode or :emoji: form
  -b, --busy     indicate if busy                                      [boolean]
  -t, --token    Github personal access token, requires user scopes
  -h, --help     Show help                                             [boolean]
  -v, --version  Show version number                                   [boolean]

FAQs

Package last updated on 29 Apr 2020

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