Skip to content

cadet githubLabel

Shaun Baer edited this page Sep 11, 2020 · 4 revisions

Add/Update labels in a repo. Note - you need to specify a repo using the -r or --repo flag.

Usage

$ cadet githubLabel [-r, --repo] [-p, --label-packages] [-l, --labels]

cadet githubLabel [-r, --repo]

  • Which github repo.
  • ex. 'blucadet/cadet'
$ cadet githubLabel -r=bluecadet/cadet

cadet githubLabel [-p, --label-packages]

  • Which groups of themes and modules
  • Choices: "defaults", "priorities", "teams", "components", "estimates"
$ cadet githubLabel -r=bluecadet/cadet -p=defaults

cadet githubLabel [-l, --labels]

  • With -p=components, list labels to create.
$ cadet githubLabel -r=bluecadet/cadet -p=components -l="client approval needed"
Clone this wiki locally