Skip to content

Commit

Permalink
silence usage when kudoctl run commands fail (#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-hilaly authored and gerred committed Oct 8, 2019
1 parent 07692b7 commit 85d4506
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kudoctl/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ func NewKudoctlCmd() *cobra.Command {
Long: `KUDO CLI and future sub-commands can be used to manipulate, inspect and troubleshoot KUDO-specific CRDs
and serves as an API aggregation layer.
`,
SilenceUsage: true,
Example: ` # Install a KUDO package from the official GitHub repo.
kubectl kudo install <name> [flags]
Expand Down

0 comments on commit 85d4506

Please sign in to comment.