clear blank
This commit is contained in:
parent
67e5f52ff0
commit
30a79c2d8c
@ -340,8 +340,8 @@ const packCommand = new Command('pack')
|
||||
if (res.code === 200 && opts?.update) {
|
||||
const id = res.data.id;
|
||||
if (opts?.update) {
|
||||
console.log(chalk.blue('example: '), 'envision pack-deploy ', id, '<key>');
|
||||
console.log('envision pack-deploy ', id);
|
||||
console.log(chalk.blue('example: '), 'envision pack-deploy', id, '<key>');
|
||||
console.log('envision pack-deploy', id);
|
||||
}
|
||||
}
|
||||
} catch (error) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user