Add outdated Cmd to root.go

Signed-off-by: Emanuel Bennici <eb@fabmation.de>
pull/7021/head
Emanuel Bennici 6 years ago
parent 0f2c6485e4
commit 16189a4e43
No known key found for this signature in database
GPG Key ID: 17FA2D56BAD01661

@ -389,6 +389,7 @@ func newRootCmd(actionConfig *action.Configuration, out io.Writer, args []string
newTemplateCmd(actionConfig, out),
newUninstallCmd(actionConfig, out),
newUpgradeCmd(actionConfig, out),
newOutdatedCmd(actionConfig, out),
newCompletionCmd(out),
newEnvCmd(out),

Loading…
Cancel
Save