Skip to content

Commit b922438

Browse files
improve helm runner init message (#673)
1 parent c822679 commit b922438

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ const initCmd = new Command({
953953
console.log(' helm repo add cf-runtime https://h.cfcr.io/codefresh-inc/runtime');
954954
console.log(` helm install cf-runtime cf-runtime/cf-runtime -f ${helmValuesFile} --create-namespace --namespace ${kubeNamespace}`);
955955
console.log(colors.blue('\nIn order to test your runner helm based installation please execute:\n'));
956-
console.log(' codefresh runner execute-test-pipeline\n');
956+
console.log(` codefresh runner execute-test-pipeline --runtime-name ${installationPlan.getContext('runtimeName')}\n`);
957957
}
958958

959959
process.exit(); // TODO : This is not needed - needed to be fixed

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.75.19",
3+
"version": "0.75.20",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)