更新 pack 命令的日志信息,调整输出内容并注释掉 program.parse 调用
This commit is contained in:
@@ -295,10 +295,9 @@ const packCommand = new Command('pack')
|
|||||||
if (yes) {
|
if (yes) {
|
||||||
deployCommand.push('-y', '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);
|
// console.log('pack deploy services', chalk.blue('example: '), runDeployCommand);
|
||||||
|
// program.parse(deployCommand);
|
||||||
program.parse(deployCommand);
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
const packDeployCommand = new Command('pack-deploy')
|
const packDeployCommand = new Command('pack-deploy')
|
||||||
|
|||||||
Reference in New Issue
Block a user