fix(helm): add 'helm repo rm' alias

pull/831/head
Matt Butcher 8 years ago
parent 768d1fbdeb
commit 8d410365a0

@ -40,6 +40,7 @@ var repoListCmd = &cobra.Command{
var repoRemoveCmd = &cobra.Command{
Use: "remove [flags] [NAME]",
Aliases: []string{"rm"},
Short: "remove a chart repository",
RunE: runRepoRemove,
}

Loading…
Cancel
Save