From 76b108b197a2ebfedb55fab9fb404484fb00584e Mon Sep 17 00:00:00 2001 From: Rob Eickmann Date: Wed, 25 Mar 2020 17:57:49 -0700 Subject: [PATCH] Fix for issue 20: Helm push without arguments should output the same as --help --- cmd/helmpush/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/helmpush/main.go b/cmd/helmpush/main.go index b585290..5fae7c7 100644 --- a/cmd/helmpush/main.go +++ b/cmd/helmpush/main.go @@ -82,7 +82,7 @@ func newPushCmd(args []string) *cobra.Command { Use: "helm push", Short: "Helm plugin to push chart package to ChartMuseum", Long: globalUsage, - SilenceUsage: true, + SilenceUsage: false, RunE: func(cmd *cobra.Command, args []string) error { // If the --check-helm-version flag is provided, short circuit