All Projects → bradgarropy → labman-cli

bradgarropy / labman-cli

Licence: MIT License
👨🏼‍🔬 github label manager cli

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to labman-cli

release-changelog-builder-action
A GitHub action that builds your release notes / changelog fast, easy and exactly the way you want.
Stars: ✭ 515 (+3333.33%)
Mutual labels:  issues, labels
aloba
🤖 [Myrmica Aloba 🐜] Bot: Add labels and milestone on pull requests and issues.
Stars: ✭ 18 (+20%)
Mutual labels:  issues, labels
15-minutes-for-6-months
A repository template that lets you set up a minimal issue tracking process in 15 minutes that you won’t have to think about for 6 months 🏗
Stars: ✭ 15 (+0%)
Mutual labels:  issues, labels
marketplace-feedback
This repository is for feedback regarding NativeScript Marketplace. Use the issues system here to submit feature requests, vote for existing ones or report bugs.
Stars: ✭ 16 (+6.67%)
Mutual labels:  issues
Form-Labeller
Use this tool to label forms, bounding boxes, and assigning types to annotations
Stars: ✭ 17 (+13.33%)
Mutual labels:  labels
bar-horizontal
Create beautiful horizontal charts, that fit your terminal.
Stars: ✭ 36 (+140%)
Mutual labels:  labels
octokit-cli
A CLI for @octokit/rest
Stars: ✭ 21 (+40%)
Mutual labels:  octokit
github-interact-cli
🎩 Interact with GItHub right inside your terminal
Stars: ✭ 43 (+186.67%)
Mutual labels:  issues
geet
Command line interface for performing Git hosting service operations
Stars: ✭ 14 (-6.67%)
Mutual labels:  issues
label-actions
🤖 GitHub Action that performs certain tasks when issues, pull requests or discussions are labeled or unlabeled
Stars: ✭ 60 (+300%)
Mutual labels:  issues
fixtures
Fixtures for all the octokittens
Stars: ✭ 82 (+446.67%)
Mutual labels:  octokit
blog
42
Stars: ✭ 67 (+346.67%)
Mutual labels:  issues
gmail-gitlab-filtering
Google Apps Script for Gmail to filter and sort email from GitLab
Stars: ✭ 84 (+460%)
Mutual labels:  labels
Protobuf-Dreamer
A tiled DeepDream project for creating any size of image, on both CPU and GPU
Stars: ✭ 39 (+160%)
Mutual labels:  labels
Xrm-Quick-Edit
A Dynamics CRM Add-In for speeding up tasks such as translating or toggling field security on or off
Stars: ✭ 13 (-13.33%)
Mutual labels:  labels
etiketai
Etiketai is an online tool designed to label images, useful for training AI models
Stars: ✭ 63 (+320%)
Mutual labels:  labels
korefile
File System API for Local/GitHub.
Stars: ✭ 29 (+93.33%)
Mutual labels:  octokit
dependent-issues
📦 A GitHub Action for marking issues as dependent on another
Stars: ✭ 83 (+453.33%)
Mutual labels:  issues
blog
用issues写博客,记录点滴
Stars: ✭ 28 (+86.67%)
Mutual labels:  issues
action-label-syncer
GitHub Action to sync GitHub labels in the declarative way
Stars: ✭ 138 (+820%)
Mutual labels:  labels

👨🏼‍🔬 github label manager cli

npm npm coveralls

Command line tool for managing issue labels across GitHub repositories.

usage

📦 Installation

Installation is optional, as you can run this package with npx.

npm install labman --global

🥑 Usage

If you have labman installed globally you can run it as shown below.

labman --help

Alternatively, you can run it with npx.

npx labman --help

👨🏼‍🏫 Commands

login

Validates and stores your GitHub personal access token.

Options

Name Description Default
username GitHub username.
token GitHub personal access token with repo scope.
--force, -f Overwrite existing login. false

Examples

Login as bradgarropy with a personal access token.

labman login bradgarropy 123456

Login as gabygarropy, overwriting the bradgarropy login.

labman login gabygarropy 456789

labman

Copies labels from one repository to another.

The source and destination can be provided in two ways.

  • owner/repo, like bradgarropy/labman-cli
  • repo, like labman-cli

If an owner is not specified, labman will assume the username you provided during login.

If labels is not provided, labman will copy all labels from source to destination.

Options

Name Description Default
source GitHub repository.
destination GitHub repository.
labels Space separated list of label names to copy. []
--clobber, -c Remove all labels from destination before copying source labels. false

Examples

Copy all labels from bradgarropy/label-source to bradgarropy/label-destination.

labman bradgarropy/label-source bradgarropy/label-destination

Delete all labels from bradgarropy/label-destionation, then copy all labels from bradgarropy/label-source to bradgarropy/label-destination.

labman bradgarropy/label-source bradgarropy/label-destination --clobber

Copy only the bug and todo labels from bradgarropy/label-source to bradgarropy/label-destination.

labman bradgarropy/label-source bradgarropy/label-destination bug todo

Use the shorthand method for providing source and destination repositories.

labman login bradgarropy 123456
labman label-source label-destination

logout

Removes your GitHub personal access token.

Examples

labman logout

Questions

If you have any trouble, definitely open an issue and I'll take a look.

If all else fails, you can ask me directly on Twitter or my AMA.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].