This commit is contained in:
VitoAlbano
2024-07-31 12:11:23 +01:00
parent b7ecfe6fc4
commit bd0b0af285

View File

@@ -50,7 +50,7 @@ export default async function main() {
.option('--ui, --uiName [type]', 'uiName', 'Deployed app UI type on activiti-cloud')
.parse(argv);
const options = program.opts();
const options: CheckPluginArgs = program.opts();
pluginEnv = new CheckEnv(options.host, options.username, options.password, options.clientId);
await pluginEnv.checkEnv();