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
...@@ -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