File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
lib/interface/cli/commands/cluster Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,8 @@ const command = new Command({
33
33
default : 'default' ,
34
34
required : true ,
35
35
} )
36
- . option ( 'name-overwrite' , {
37
- describe : 'spesify under which name the cluster should be saved in Codefresh, default is the context name' ,
38
- } )
39
36
. option ( 'behind-firewall' , {
40
- describe : 'Spesify whenever the cluster is behined firewall' ,
37
+ describe : 'Specify if the cluster is set behind a firewall' ,
41
38
default : false ,
42
39
type : 'boolean' ,
43
40
} )
@@ -50,7 +47,7 @@ const command = new Command({
50
47
serviceaccount,
51
48
'kube-context' : contextName ,
52
49
'behind-firewall' : behindFirewall ,
53
- 'name-overwrite' : name ,
50
+ name,
54
51
} = argv ;
55
52
await cluster . createCluster ( {
56
53
contextName,
You can’t perform that action at this time.
0 commit comments