File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
lib/interface/cli/commands Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -494,6 +494,7 @@ const initCmd = new Command({
494
494
token : _ . get ( sdk , 'config.context.token' ) ,
495
495
verbose,
496
496
noExit : true , // to prevent if from calling inner: process.exit()
497
+ url,
497
498
} ,
498
499
successMessage : 'Successfully installed cluster monitoring' ,
499
500
installationEvent : installationProgress . events . MONITOR_INSTALLED ,
Original file line number Diff line number Diff line change @@ -47,8 +47,6 @@ const installMonitorCmd = new Command({
47
47
verbose,
48
48
// noExit,
49
49
} = argv ;
50
- const apiHost = sdk . config . context . url ;
51
-
52
50
const binLocation = await downloadVeonona ( ) ;
53
51
const componentRunner = new Runner ( binLocation ) ;
54
52
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codefresh" ,
3
- "version" : " 0.69.2 " ,
3
+ "version" : " 0.69.3 " ,
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