Skip to content

Commit 5b79018

Browse files
Merge pull request #54 from Vonage/feat/APIAPEX-2147__hide-mongo
fix: remove unused mongo command from root command
2 parents 8a8a82e + 0d80ad9 commit 5b79018

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vcr/root/root.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import (
1919
deployCmd "vonage-cloud-runtime-cli/vcr/deploy"
2020
initCmd "vonage-cloud-runtime-cli/vcr/init"
2121
instanceCmd "vonage-cloud-runtime-cli/vcr/instance"
22-
mongoCmd "vonage-cloud-runtime-cli/vcr/mongo"
2322
secretCmd "vonage-cloud-runtime-cli/vcr/secret"
2423
upgradeCmd "vonage-cloud-runtime-cli/vcr/upgrade"
2524
)
@@ -135,7 +134,6 @@ func NewCmdRoot(f cmdutil.Factory, version, buildDate, commit string, updateStre
135134
cmd.AddCommand(deployCmd.NewCmdDeploy(f))
136135
cmd.AddCommand(instanceCmd.NewCmdInstance(f))
137136
cmd.AddCommand(secretCmd.NewCmdSecret(f))
138-
cmd.AddCommand(mongoCmd.NewCmdMongo(f))
139137
cmd.AddCommand(upgradeCmd.NewCmdUpgrade(f, version))
140138
return cmd
141139
}

0 commit comments

Comments
 (0)