Commit 27e01c4d authored by Matt Butcher's avatar Matt Butcher

fix(deploy): removed "install" alias

parent e1f4488e
...@@ -15,7 +15,6 @@ func init() { ...@@ -15,7 +15,6 @@ func init() {
func deployCmd() cli.Command { func deployCmd() cli.Command {
return cli.Command{ return cli.Command{
Name: "deploy", Name: "deploy",
Aliases: []string{"install"},
Usage: "Deploy a chart into the cluster.", Usage: "Deploy a chart into the cluster.",
ArgsUsage: "[CHART]", ArgsUsage: "[CHART]",
Action: func(c *cli.Context) { run(c, deploy) }, Action: func(c *cli.Context) { run(c, deploy) },
......
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