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 ( ...@@ -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() {
......
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