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

add alias for helm up for helm update

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