diff --git a/lib/interface/cli/commands/hybrid/init.cmd.js b/lib/interface/cli/commands/hybrid/init.cmd.js index 8d934b626..15c1d7a33 100644 --- a/lib/interface/cli/commands/hybrid/init.cmd.js +++ b/lib/interface/cli/commands/hybrid/init.cmd.js @@ -953,7 +953,7 @@ const initCmd = new Command({ console.log(' helm repo add cf-runtime https://h.cfcr.io/codefresh-inc/runtime'); console.log(` helm install cf-runtime cf-runtime/cf-runtime -f ${helmValuesFile} --create-namespace --namespace ${kubeNamespace}`); console.log(colors.blue('\nIn order to test your runner helm based installation please execute:\n')); - console.log(' codefresh runner execute-test-pipeline\n'); + console.log(` codefresh runner execute-test-pipeline --runtime-name ${installationPlan.getContext('runtimeName')}\n`); } process.exit(); // TODO : This is not needed - needed to be fixed diff --git a/package.json b/package.json index d983136f5..476fe5931 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codefresh", - "version": "0.75.19", + "version": "0.75.20", "description": "Codefresh command line utility", "main": "index.js", "preferGlobal": true,