summaryrefslogtreecommitdiffstats
path: root/commands/commands.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/commands.go')
-rw-r--r--commands/commands.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/commands.go b/commands/commands.go
index fa02b2e81..51bfb4763 100644
--- a/commands/commands.go
+++ b/commands/commands.go
@@ -47,6 +47,7 @@ func (b *commandsBuilder) addAll() *commandsBuilder {
newEnvCmd(),
newConfigCmd(),
newCheckCmd(),
+ newDeployCmd(),
newConvertCmd(),
b.newNewCmd(),
newListCmd(),