mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
Check
This commit is contained in:
@@ -50,7 +50,7 @@ export default async function main() {
|
|||||||
.option('--ui, --uiName [type]', 'uiName', 'Deployed app UI type on activiti-cloud')
|
.option('--ui, --uiName [type]', 'uiName', 'Deployed app UI type on activiti-cloud')
|
||||||
.parse(argv);
|
.parse(argv);
|
||||||
|
|
||||||
const options = program.opts();
|
const options: CheckPluginArgs = program.opts();
|
||||||
|
|
||||||
pluginEnv = new CheckEnv(options.host, options.username, options.password, options.clientId);
|
pluginEnv = new CheckEnv(options.host, options.username, options.password, options.clientId);
|
||||||
await pluginEnv.checkEnv();
|
await pluginEnv.checkEnv();
|
||||||
|
Reference in New Issue
Block a user