Fix the description

This commit is contained in:
MichalFidor
2024-01-15 08:58:54 +01:00
parent d51c8e4c57
commit d068283554
+1 -1
View File
@@ -684,7 +684,7 @@ export default async function main() {
.version('0.1.0') .version('0.1.0')
.description( .description(
'The following command is in charge of Initializing the activiti cloud env with the default apps' + 'The following command is in charge of Initializing the activiti cloud env with the default apps' +
'adf-cli init-aae-env --host "gateway_env" --modelerUsername "modelerusername" --modelerPassword "modelerpassword" --devopsUsername "devevopsusername" --devopsPassword "devopspassword" --appsRepository "repositoryName"' 'adf-cli init-aae-env --host "gateway_env" --modelerUsername "modelerusername" --modelerPassword "modelerpassword" --devopsUsername "devevopsusername" --devopsPassword "devopspassword" --ghToken "GitHub Token" --appsRepository "repositoryName"'
) )
.option('-h, --host [type]', 'Host gateway') .option('-h, --host [type]', 'Host gateway')
.option('--oauth [type]', 'SSO host') .option('--oauth [type]', 'SSO host')