fix(deploy): removed "install" alias

pull/291/head
Matt Butcher 9 years ago
parent e1f4488ed2
commit 27e01c4d35

@ -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) },

Loading…
Cancel
Save