Merge pull request #684 from vaikas-google/master

add alias for helm up for helm update
pull/693/head
Ville Aikas 9 years ago
commit 9fecf74800

@ -19,6 +19,7 @@ var verboseUpdate bool
var updateCommand = &cobra.Command{ var updateCommand = &cobra.Command{
Use: "update", Use: "update",
Aliases: []string{"up"},
Short: "Update information on available charts in the chart repositories.", Short: "Update information on available charts in the chart repositories.",
RunE: runUpdate, RunE: runUpdate,
} }

Loading…
Cancel
Save