Commit f63e6bc1 authored by Matt Butcher's avatar Matt Butcher

Merge pull request #526 from technosophos/fix/helm-usage

fix(cli): Add -n alias for --name
parents 57213325 adfdef49
......@@ -42,7 +42,7 @@ func deployCmd() cli.Command {
Usage: "The configuration YAML file for this deployment.",
},
cli.StringFlag{
Name: "name",
Name: "name,n",
Usage: "Name of deployment, used for deploy and update commands (defaults to template name)",
},
// TODO: I think there is a Generic flag type that we can implement parsing with.
......
......@@ -39,7 +39,7 @@ const desc = `Helm: the package and deployment manager for Kubernetes
Once the in-cluster portion is running, you can use 'helm deploy' to
deploy a new application:
$ helm deploy CHARTNAME
$ helm deploy -n NAME CHART
For more information on Helm commands, you can use the following tools:
......
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