hook up push to commands

This commit is contained in:
Mitchell Hashimoto 2014-10-28 15:57:22 -07:00
parent 6fb375c89e
commit 84c8344794

View File

@ -50,6 +50,12 @@ func init() {
}, nil
},
"push": func() (cli.Command, error) {
return &command.PushCommand{
Meta: meta,
}, nil
},
"validate": func() (cli.Command, error) {
return &command.ValidateCommand{
Meta: meta,