hook up push to commands
This commit is contained in:
parent
6fb375c89e
commit
84c8344794
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user