You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
region: flags.string({description: 'LUIS authoring region [westus|westeurope|australiaeast]',default: 'westus'}),
36
-
out: flags.string({char: 'o',description: 'Output folder name to write out .dialog files. If not specified, application ids will be output to console'}),
36
+
out: flags.string({char: 'o',description: 'Output folder name to write out .dialog and settings files. If not specified, application setting will be output to console'}),
37
37
defaultCulture: flags.string({description: 'Culture code for the content. Infer from .lu if available. Defaults to en-us'}),
38
38
fallbackLocale: flags.string({description: 'Locale to be used at the fallback if no locale specific recognizer is found. Only valid if --out is set'}),
39
39
suffix: flags.string({description: 'Environment name as a suffix identifier to include in LUIS app name. Defaults to current logged in user alias'}),
40
40
dialog: flags.string({description: 'Dialog recognizer type [multiLanguage|crosstrained]',default: 'multiLanguage'}),
41
-
force: flags.boolean({char: 'f',description: 'If --out flag is provided, overwrites relevant dialog file',default: false}),
41
+
force: flags.boolean({char: 'f',description: 'If --out flag is provided with the path to an existing file, overwrites that file',default: false}),
42
42
luConfig: flags.string({description: 'Path to config for lu build which can contain switches for arguments'}),
43
-
deleteOldVersion: flags.boolean({description: 'Delete old version of LUIS application after building new one.'}),
44
-
log: flags.boolean({description: 'Write out log messages to console',default: false}),
43
+
deleteOldVersion: flags.boolean({description: 'Deletes old version of LUIS application after building new one.'}),
44
+
log: flags.boolean({description: 'Writes out log messages to console',default: false}),
45
45
endpoint: flags.string({description: 'Luis authoring endpoint for publishing'}),
46
46
schema: flags.string({description: 'Defines $schema for generated .dialog files'}),
47
-
isStaging: flags.boolean({description: 'Publish luis application to staging slot if set. Default to production slot',default: false})
47
+
isStaging: flags.boolean({description: 'Publishes luis application to staging slot if set. Default to production slot',default: false})
in: flags.string({char: 'i',description: 'Source lu and qna files folder'}),
18
18
out: flags.string({char: 'o',description: 'Output folder name. If not specified, the cross trained files will be written to cross-trained folder under folder of current command'}),
19
19
config: flags.string({description: 'Path to config file of mapping rules'}),
rootDialog: flags.string({description: 'RootDialog file path. If --config not specified, cross-trian will automatically construct the config from file system based on root dialog file'}),
0 commit comments