You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constopenIssueMessage=`If you had any issues with the uninstallation process please report them at: ${colors.blue('https://github.com/codefresh-io/cli/issues/new')}`;
console.log(colors.green(`\nIf you had any issues with the uninstallation process please report them at: ${colors.blue('https://github.com/codefresh-io/cli/issues/new')}`));
221
+
awaitdrawCodefreshFiglet();
200
222
process.exit();// TODO : This is not needed - needed to be fixed
console.log(colors.green(`If you had any issues with the installation please report them at: ${colors.blue('https://github.com/codefresh-io/cli/issues/new')}`));
Copy file name to clipboardExpand all lines: lib/interface/cli/commands/hybrid/upgrade.cmd.js
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ const {
14
14
createErrorHandler,
15
15
getRuntimesWithVersions,
16
16
getRuntimeVersion,
17
+
drawCodefreshFiglet,
17
18
}=require('./helper');
18
19
const{ migrate, upgrade }=require('./migration');
19
20
@@ -168,6 +169,7 @@ const upgradeCmd = new Command({
168
169
169
170
console.log(colors.green(`\nSuccessfully ${shouldDoMigration ? 'migrated' : 'upgraded'} your Codefresh Runner to the latest version`));
170
171
console.log(colors.green(`If you had any issues with the uninstallation process please report them at: ${colors.blue('https://github.com/codefresh-io/cli/issues/new')}`));
172
+
awaitdrawCodefreshFiglet();
171
173
process.exit();// TODO : This is not needed - needed to be fixed
0 commit comments