Commit 9fecf748 authored by Ville Aikas's avatar Ville Aikas

Merge pull request #684 from vaikas-google/master

add alias for helm up for helm update
parents 9546b27d 85d9613c
......@@ -19,6 +19,7 @@ var verboseUpdate bool
var updateCommand = &cobra.Command{
Use: "update",
Aliases: []string{"up"},
Short: "Update information on available charts in the chart repositories.",
RunE: runUpdate,
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment