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.
Merge `<kind>.schema` and `<kind>[.<locale>].uischema` definitions from a project and its dependencies into a single .schema for describing .dialog files and a per locale .uischema for describing how Composer shows them. If a dependent package has an ExportedAssets directory it is copied to ImportedAssets/<package> in the --imports directory.
39
+
Merge `<kind>.schema` and `<kind>[.<locale>].uischema` definitions from a project and its dependencies into a single .schema for describing .dialog files and a per locale .uischema for describing how Composer shows them. If a dependent package has an "exported" directory it is copied to /<package> in the --imports directory.
40
40
41
41
```
42
42
USAGE
@@ -48,12 +48,17 @@ ARGUMENTS
48
48
OPTIONS
49
49
-c, --checkOnly Check and do not write files.
50
50
-h, --help show CLI help
51
-
-o, --output=output Output path and filename for merged .schema and .uischema. Defaults to first project name.
51
+
52
+
-o, --output=output Output path and optional filename for merged .schema and .uischema. Defaults to first project
53
+
name.
54
+
52
55
-s, --schema=schema Path to merged .schema file to use if merging .uischema only.
56
+
53
57
-v, --verbose Show verbose logging of files as they are processed.
58
+
54
59
--extension=extension [default: .dialog,.lg,.lu,.schema,.qna,.uischema] Extension to include as a resource.
55
60
56
-
--imports=imports Output path for imported assets. Defaults to the directory of --out with an ImportedAssets
61
+
--imports=imports Output path for imported assets. Defaults to the directory of --out with an imported
0 commit comments