Commit 85d9613c authored by vaikas-google's avatar vaikas-google

add alias for helm up for helm update

parent 68653814
...@@ -19,6 +19,7 @@ var verboseUpdate bool ...@@ -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,
} }
......
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