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) {
|
if (res.code === 200 && opts?.update) {
|
||||||
const id = res.data.id;
|
const id = res.data.id;
|
||||||
if (opts?.update) {
|
if (opts?.update) {
|
||||||
console.log(chalk.blue('example: '), 'envision pack-deploy ', id, '<key>');
|
console.log(chalk.blue('example: '), 'envision pack-deploy', id, '<key>');
|
||||||
console.log('envision pack-deploy ', id);
|
console.log('envision pack-deploy', id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user