This commit is contained in:
Benson Wong 2018-02-05 13:16:21 -08:00
Родитель 855386ead5
Коммит a8deb58009
1 изменённых файлов: 9 добавлений и 9 удалений

Просмотреть файл

@ -31,13 +31,13 @@ The pd-cli requires a Github access token to perform most of its commands.
* `pd-cli repo check all mozilla/pd-cli`
* Specific checks:
* `pd-cli repo check help` -- prints help
* `pd-cli repo check topic` -- checks for Product Delivery repo topics
* `pd-cli repo check labels` -- verifies Product Delivery labels are correct
* `pd-cli repo check unassigned` -- checks all P1 issues are assigned to somebody
* `pd-cli repo check unlabled` -- finds issues that do not have a label
* `pd-cli repo check milestones` -- verifies milestones have a project to track them
* `pd-cli repo check topic owner/repo` -- checks for Product Delivery repo topics
* `pd-cli repo check labels owner/repo` -- verifies Product Delivery labels are correct
* `pd-cli repo check unassigned owner/repo`` -- checks all P1 issues are assigned to somebody
* `pd-cli repo check unlabled owner/repo`` -- finds issues that do not have a label
* `pd-cli repo check milestones owner/repo`` -- verifies milestones have a project to track them
* Initializing a repo:
* `pd-cli repo init mozilla/pd-cli` -- creates labels and a "Version 1.0" milestone and project
* `pd-cli repo create-milestone mozilla/pd-cli -m "Version 2.0"` - creates a new milestone and project
* `pd-cli repo init mozilla/pd-cli` - creates labels and a default project
* `pd-cli repo init -p "first project" mozilla/pd-cli` - creates labels and a specific project
* `pd-cli repo create-milestone -m "Version 2.0" mozilla/pd-cli` - creates a new milestone
* `pd-cli repo create-project -p "first project" mozilla/pd-cli` - creates a project