Add publish subcommand for publishing events

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2017-11-15 11:30:03 -05:00
parent a542cf7dac
commit a522a6c7ee
3 changed files with 113 additions and 40 deletions

View File

@@ -73,6 +73,7 @@ func main() {
}
app.Commands = []cli.Command{
configCommand,
publishCommand,
}
app.Action = func(context *cli.Context) error {
var (