🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

cp-gh-label

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cp-gh-label

A small CLI tool to copy labels from a GitHub repository to another.

latest
Source
npmnpm
Version
0.1.8
Version published
Maintainers
1
Created
Source

cp-gh-label

A small CLI tool to copy labels from a GitHub repository to another.

Usage

Three arguments are required:

  • SRC_REPO: in the form OWNER/REPO
  • DEST_REPO: in the form OWNER/REPO
  • GITHUB_PAT: use a GitHub Personal Access Token with the repo scope (this token must have read/write access to both the source and destination repositories)
# Usage:
npx cp-gh-label SRC_REPO DEST_REPO --pat=GITHUB_PAT

# Example:
npx cp-gh-label AaronCQL/cp-gh-label AaronCQL/hello --pat=ghp_XXXXX

FAQs

Package last updated on 17 Jun 2022

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