fix: update envision-cli tools for proxy and run app
This commit is contained in:
@@ -121,3 +121,11 @@ const uploadFiles = async (files: string[], directory: string, { key, version }:
|
||||
});
|
||||
};
|
||||
app.addCommand(command);
|
||||
|
||||
const local = new Command('local')
|
||||
.description('本地部署')
|
||||
.option('-k, --key <key>', 'key')
|
||||
.action(() => {
|
||||
console.log('local deploy');
|
||||
});
|
||||
app.addCommand(local);
|
||||
|
||||
Reference in New Issue
Block a user