更新 pack 命令的日志信息,调整输出内容并注释掉 program.parse 调用

This commit is contained in:
xiongxiao
2026-03-27 01:00:43 +08:00
committed by cnb
parent 5a0dfa6c61
commit 9c076c38b9

View File

@@ -295,10 +295,9 @@ const packCommand = new Command('pack')
if (yes) {
deployCommand.push('-y', 'yes');
}
logger.debug(chalk.blue('deploy doing: '), deployCommand.slice(2).join(' '), '\n');
logger.info(chalk.blue('deploy to doing: '), 'ev ', deployCommand.slice(2).join(' '), '\n');
// console.log('pack deploy services', chalk.blue('example: '), runDeployCommand);
program.parse(deployCommand);
// program.parse(deployCommand);
}
});
const packDeployCommand = new Command('pack-deploy')