Skip to content

Commit 3147420

Browse files
fix monitor url (#518)
* fix monitor url * fix monitor url * fix monitor url
1 parent ca31665 commit 3147420

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

lib/interface/cli/commands/hybrid/init.cmd.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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,

lib/interface/cli/commands/monitor/install.cmd.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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,

0 commit comments

Comments
 (0)