Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
f63e6bc1
Commit
f63e6bc1
authored
Mar 30, 2016
by
Matt Butcher
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #526 from technosophos/fix/helm-usage
fix(cli): Add -n alias for --name
parents
57213325
adfdef49
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
deploy.go
cmd/helm/deploy.go
+1
-1
helm.go
cmd/helm/helm.go
+1
-1
No files found.
cmd/helm/deploy.go
View file @
f63e6bc1
...
...
@@ -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.
...
...
cmd/helm/helm.go
View file @
f63e6bc1
...
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment