Skip to content

Commit

Permalink
improve helm runner init message (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
roi-codefresh committed May 19, 2021
1 parent c822679 commit b922438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/interface/cli/commands/hybrid/init.cmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codefresh",
"version": "0.75.19",
"version": "0.75.20",
"description": "Codefresh command line utility",
"main": "index.js",
"preferGlobal": true,
Expand Down

0 comments on commit b922438

Please sign in to comment.