File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
lib/interface/cli/commands/runtimeEnvironments Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ const installRuntimeCmd = new Command({
177
177
nodeSelector : kubeNodeSelectorObj ,
178
178
annotations : buildAnnotations ,
179
179
clusterName,
180
- runtimeName,
180
+ runtimeEnvironmentName : runtimeName ,
181
181
agent : true ,
182
182
} ) ;
183
183
console . log ( `Runtime environment "${ colors . cyan ( runtimeName ) } " has been created` ) ;
Original file line number Diff line number Diff line change 7706
7706
},
7707
7707
"clusterName" : {
7708
7708
"type" :" string"
7709
+ },
7710
+ "runtimeEnvironmentName" : {
7711
+ "type" :" string"
7709
7712
}
7710
7713
},
7711
7714
"type" : " object"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codefresh" ,
3
- "version" : " 0.63.9 " ,
3
+ "version" : " 0.63.11 " ,
4
4
"description" : " Codefresh command line utility" ,
5
5
"main" : " index.js" ,
6
6
"preferGlobal" : true ,
You can’t perform that action at this time.
0 commit comments