-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

github-label-sync


> A command-line interface for synchronising GitHub labels.

More information.


Synchronise labels using a local `labels.json` file:

github-label-sync --access-token {token} {repository_name}

Synchronise labels using a specific labels JSON file:

github-label-sync --access-token {token} --labels {url|path/to/json_file} {repository_name}

Perform a dry run instead of actually synchronising labels:

github-label-sync --access-token {token} --dry-run {repository_name}

Keep labels that aren't in `labels.json`:

github-label-sync --access-token {token} --allow-added-labels {repository_name}

Synchronise using the `GITHUB_ACCESS_TOKEN` environment variable:

github-label-sync {repository_name}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 03:41:05 2024