Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions cmd/cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ var (

rootCmd = &cobra.Command{
Use: "kbrew",
Short: "Homebrew for your Kubernetes applications",
Long: `TODO: Long description`,
Short: "A CLI tool for Kubernetes which makes installing any complex stack easy in one step.",
SilenceErrors: true,
SilenceUsage: true,
}
Expand Down