add alias for helm up for helm update

pull/684/head
vaikas-google 9 years ago
parent 68653814eb
commit 85d9613cf3

@ -18,9 +18,10 @@ import (
var verboseUpdate bool var verboseUpdate bool
var updateCommand = &cobra.Command{ var updateCommand = &cobra.Command{
Use: "update", Use: "update",
Short: "Update information on available charts in the chart repositories.", Aliases: []string{"up"},
RunE: runUpdate, Short: "Update information on available charts in the chart repositories.",
RunE: runUpdate,
} }
func init() { func init() {

Loading…
Cancel
Save