Skip to content
This repository was archived by the owner on May 6, 2026. It is now read-only.

suzuki-shunsuke/github-cli

Repository files navigation

github-cli

Build Status Go Report Card GitHub last commit License

Command line tool to call GitHub v3 API.

https://developer.github.com/v3/

We created this tool to delete repositories's subscription, so basically we don't support other unneeded APIs.

Install

Download the binary from release page.

Usage

$ github help

Tips: Delete subscriptions of repositories

$ export GITHUB_TOKEN=<your github token>
$ github repos list-org <organization name> | xargs github watch delete

License

MIT

About

CLI tool to call GitHub v3 API

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors