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({
494494 token : _ . get ( sdk , 'config.context.token' ) ,
495495 verbose,
496496 noExit : true , // to prevent if from calling inner: process.exit()
497+ url,
497498 } ,
498499 successMessage : 'Successfully installed cluster monitoring' ,
499500 installationEvent : installationProgress . events . MONITOR_INSTALLED ,
Original file line number Diff line number Diff line change @@ -47,8 +47,6 @@ const installMonitorCmd = new Command({
4747 verbose,
4848 // noExit,
4949 } = argv ;
50- const apiHost = sdk . config . context . url ;
51-
5250 const binLocation = await downloadVeonona ( ) ;
5351 const componentRunner = new Runner ( binLocation ) ;
5452
Original file line number Diff line number Diff line change 11{
22 "name" : " codefresh" ,
3- "version" : " 0.69.2 " ,
3+ "version" : " 0.69.3 " ,
44 "description" : " Codefresh command line utility" ,
55 "main" : " index.js" ,
66 "preferGlobal" : true ,
You can’t perform that action at this time.
0 commit comments