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.
-f, --force If --out flag is provided with the path to an existing file, overwrites that file
436
-
-h, --help lg:analyze help
437
-
-i, --in=in (required) LG File or folder that contains .lg file(s)
438
-
-o, --out=out Output file or folder name. If not specified stdout will be used as output
439
-
-r, --recurse Consider sub-folders to find .lg file(s)
440
-
-e, --external-functions Pass a list of external functions and add them to Expression functions, seprated by ",". for example, "function1,function2,function3"
436
+
-e, --external-functions=function1,function2 Pass a list of external functions and add them to Expression functions,
437
+
seprated by ",". for example, "function1,function2,function3"
438
+
439
+
-f, --force If --out flag is provided with the path to an existing file, overwrites
440
+
that file
441
+
442
+
-h, --help lg:analyze help
443
+
444
+
-i, --in=in (required) LG File or folder that contains .lg file(s)
445
+
446
+
-o, --out=out Output file or folder name. If not specified stdout will be used as
447
+
output
448
+
449
+
-r, --recurse Consider sub-folders to find .lg file(s)
-f, --force If --out flag is provided with the path to an existing file, overwrites that file
801
810
-h, --help luis:build command help
802
-
-i, --in=in Lu file or folder
811
+
-i, --in=in (required) Lu file or folder
803
812
804
813
-o, --out=out Output folder name to write out .dialog and settings files. If not specified,
805
814
application setting will be output to console
806
815
807
-
--authoringKey=authoringKey LUIS authoring key
816
+
--authoringKey=authoringKey (required) LUIS authoring key. Refered to as subscriptionKey in other cli commands.
808
817
809
-
--botName=botName Bot name
818
+
--botName=botName (required) Bot name
810
819
811
820
--defaultCulture=defaultCulture Culture code for the content. Infer from .lu if available. Defaults to en-us
812
821
@@ -817,7 +826,7 @@ OPTIONS
817
826
818
827
--directVersionPublish Available only in direct version query. Do not publish to staging or production
819
828
820
-
--endpoint=endpoint Luis authoring endpoint for publishing
829
+
--endpoint=endpoint (required) Luis authoring endpoint for publishing
821
830
822
831
--fallbackLocale=fallbackLocale Locale to be used at the fallback if no locale specific recognizer is found. Only
823
832
valid if --out is set
@@ -885,15 +894,16 @@ OPTIONS
885
894
886
895
--config=config Path to config file of mapping rules
887
896
897
+
--exclude=exclude Excludes folders under the input directory, separated by ",". If not specified, all luis and
898
+
qna files will be included in the cross-train
899
+
888
900
--[no-]inner-dialog Only do inner dialog cross train
889
901
890
902
--intentName=intentName [default: _Interruption] Interruption intent name
891
903
892
904
--[no-]intra-dialog Only do intra dialog cross train
893
905
894
906
--log Writes out log messages to console
895
-
896
-
--exclude Excludes given folders under the input directory, for example, --exclude bin,obj,lib, this will ignore the /bin, /obj, /lib folders under the input path
Copy file name to clipboardExpand all lines: packages/lg/README.md
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,12 +42,20 @@ USAGE
42
42
$ bf lg:analyze
43
43
44
44
OPTIONS
45
-
-f, --force If --out flag is provided with the path to an existing file, overwrites that file
46
-
-h, --help lg:analyze help
47
-
-i, --in=in (required) LG File or folder that contains .lg file(s)
48
-
-o, --out=out Output file or folder name. If not specified stdout will be used as output
49
-
-r, --recurse Consider sub-folders to find .lg file(s)
50
-
-e, --external-functions Pass a list of external functions and add them to Expression functions, seprated by ",". for example, "function1,function2,function3"
45
+
-e, --external-functions=function1,function2 Pass a list of external functions and add them to Expression functions,
46
+
seprated by ",". for example, "function1,function2,function3"
47
+
48
+
-f, --force If --out flag is provided with the path to an existing file, overwrites
49
+
that file
50
+
51
+
-h, --help lg:analyze help
52
+
53
+
-i, --in=in (required) LG File or folder that contains .lg file(s)
54
+
55
+
-o, --out=out Output file or folder name. If not specified stdout will be used as
56
+
output
57
+
58
+
-r, --recurse Consider sub-folders to find .lg file(s)
-f, --force If --out flag is provided with the path to an existing file, overwrites that file
340
340
-h, --help luis:build command help
341
-
-i, --in=in Lu file or folder
341
+
-i, --in=in (required) Lu file or folder
342
342
343
343
-o, --out=out Output folder name to write out .dialog and settings files. If not specified,
344
344
application setting will be output to console
345
345
346
-
--authoringKey=authoringKey LUIS authoring key
346
+
--authoringKey=authoringKey (required) LUIS authoring key. Refered to as subscriptionKey in other cli commands.
347
347
348
-
--botName=botName Bot name
348
+
--botName=botName (required) Bot name
349
349
350
350
--defaultCulture=defaultCulture Culture code for the content. Infer from .lu if available. Defaults to en-us
351
351
@@ -356,7 +356,7 @@ OPTIONS
356
356
357
357
--directVersionPublish Available only in direct version query. Do not publish to staging or production
358
358
359
-
--endpoint=endpoint Luis authoring endpoint for publishing
359
+
--endpoint=endpoint (required) Luis authoring endpoint for publishing
360
360
361
361
--fallbackLocale=fallbackLocale Locale to be used at the fallback if no locale specific recognizer is found. Only
362
362
valid if --out is set
@@ -424,15 +424,16 @@ OPTIONS
424
424
425
425
--config=config Path to config file of mapping rules
426
426
427
+
--exclude=exclude Excludes folders under the input directory, separated by ",". If not specified, all luis and
428
+
qna files will be included in the cross-train
429
+
427
430
--[no-]inner-dialog Only do inner dialog cross train
428
431
429
432
--intentName=intentName [default: _Interruption] Interruption intent name
430
433
431
434
--[no-]intra-dialog Only do intra dialog cross train
432
435
433
436
--log Writes out log messages to console
434
-
435
-
--exclude Excludes given folders under the input directory, for example, --exclude bin,obj,lib, this will ignore the /bin, /obj, /lib folders under the input path
0 commit comments