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
b14612f7
Commit
b14612f7
authored
Mar 02, 2016
by
Matt Butcher
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #300 from michelleN/remove-init
ref(helm): remove init command.
parents
2fbe16ab
348eb5c6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
18 deletions
+0
-18
helm.go
cmd/helm/helm.go
+0
-18
No files found.
cmd/helm/helm.go
View file @
b14612f7
...
@@ -5,7 +5,6 @@ import (
...
@@ -5,7 +5,6 @@ import (
"github.com/codegangsta/cli"
"github.com/codegangsta/cli"
"github.com/kubernetes/deployment-manager/pkg/dm"
"github.com/kubernetes/deployment-manager/pkg/dm"
"github.com/kubernetes/deployment-manager/pkg/format"
)
)
var
version
=
"0.0.1"
var
version
=
"0.0.1"
...
@@ -46,23 +45,6 @@ func main() {
...
@@ -46,23 +45,6 @@ func main() {
func
cmds
()
[]
cli
.
Command
{
func
cmds
()
[]
cli
.
Command
{
return
[]
cli
.
Command
{
return
[]
cli
.
Command
{
{
Name
:
"init"
,
Usage
:
"Initialize the client and install DM on Kubernetes."
,
Description
:
``
,
Flags
:
[]
cli
.
Flag
{
cli
.
BoolFlag
{
Name
:
"dry-run"
,
Usage
:
"Show what would be installed, but don't install anything."
,
},
},
Action
:
func
(
c
*
cli
.
Context
)
{
if
err
:=
install
(
c
.
Bool
(
"dry-run"
));
err
!=
nil
{
format
.
Err
(
"%s (Run 'helm doctor' for more information)"
,
err
)
os
.
Exit
(
1
)
}
},
},
{
{
Name
:
"search"
,
Name
:
"search"
,
},
},
...
...
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