Adds label command to the README

This commit is contained in:
Miguel de la Cruz 2020-10-03 14:14:08 +02:00
parent 703d38b228
commit b534eea24f

View file

@ -4,6 +4,7 @@ Command line tool to create and manage community campaigns. `campaigner` takes c
- `campaigner init` generates the campaign file, linking it to the jira instance and github repository and to the epic issue that will host each campaign ticket. - `campaigner init` generates the campaign file, linking it to the jira instance and github repository and to the epic issue that will host each campaign ticket.
- `campaigner add` parses information from different sources and uses it to generate tickets for the campaign. - `campaigner add` parses information from different sources and uses it to generate tickets for the campaign.
- `campaigner label` lists and modifies the campaign's labels for GitHub.
- `campaigner publish` builds the tickets information and publishes it both to jira and github. - `campaigner publish` builds the tickets information and publishes it both to jira and github.
- `campaigner sync` downloads updated information of the campaign progress. - `campaigner sync` downloads updated information of the campaign progress.
- `campaigner status` shows the current campaign data and progression. - `campaigner status` shows the current campaign data and progression.