No description
cmd | ||
config | ||
model | ||
vendor | ||
.gitignore | ||
campaigner.go | ||
go.mod | ||
go.sum | ||
Makefile | ||
README.md |
Campaigner
Command line tool to create and manage community campaigns.
Application flow
- Run
campaigner set-token
to set the tokens forjira/github
. - Run
campaigner create
to create a new community campaign. - Run
campaigner add
to add new tickets based either on agrep/ag
command or agovet
check. - Run
campaigner state
to see the status of each one of the tickets. The tickets can be in anunpublished
,jira
,github
andcompleted
state. - Run
campaigner template
to edit the ticket template. - Run
campaigner publish
to create the tickets injira
based on the template. - Possible next step to publish the tickets from
jira
togithub
.