Add a "deploy" command

This commit is contained in:
Robert van Gent 2018-12-20 11:22:03 -08:00 committed by Bjørn Erik Pedersen
parent ad5703a917
commit c7165589b3
10 changed files with 1725 additions and 12 deletions

View file

@ -47,6 +47,7 @@ func (b *commandsBuilder) addAll() *commandsBuilder {
newEnvCmd(),
newConfigCmd(),
newCheckCmd(),
newDeployCmd(),
newConvertCmd(),
b.newNewCmd(),
newListCmd(),