@@ -85,8 +85,7 @@ to get the Usage Help:
8585``` bash
8686Usage: resources_injector [OPTIONS] [MAPPING_SUITE_ID]
8787
88- Injects the requested resources from Conceptual Mappings into the
89- MappingSuite
88+ Injects the requested resources from Conceptual Mappings into the MappingSuite
9089
9190Options:
9291 -i, --opt-conceptual-mappings-file TEXT Use to overwrite default INPUT
@@ -96,6 +95,27 @@ Options:
9695 --help Show this message and exit.
9796```
9897
98+ #### CMD: rml_modules_injector
99+ Injects the requested RML modules from Conceptual Mappings into the MappingSuite.
100+
101+ Use:
102+ ``` bash
103+ rml_modules_injector --help
104+ ```
105+ to get the Usage Help:
106+ ``` bash
107+ Usage: rml_modules_injector [OPTIONS] [MAPPING_SUITE_ID]
108+
109+ Injects the requested RML modules from Conceptual Mappings into the MappingSuite
110+
111+ Options:
112+ -i, --opt-conceptual-mappings-file TEXT Use to overwrite default INPUT
113+ -o, --opt-output-folder TEXT Use to overwrite default OUTPUT
114+ -r, --opt-rml-modules-folder TEXT
115+ -m, --opt-mappings-folder TEXT
116+ --help Show this message and exit.
117+ ```
118+
99119#### CMD: metadata_generator
100120Generates metadata.json file from Conceptual Mappings file data.
101121
@@ -189,6 +209,7 @@ By default, successively runs the following commands:
189209``` bash
190210- normalisation_resource_generator
191211- resources_injector
212+ - rml_modules_injector
192213- metadata_generator
193214- yarrrml2rml_converter
194215- sparql_generator
@@ -207,7 +228,7 @@ Usage: mapping_suite_processor [OPTIONS] MAPPING_SUITE_ID
207228 yarrrml2rml_converter - sparql_generator
208229
209230Options:
210- -c, --opt-commands [normalisation_resource_generator| resources_injector| metadata_generator| yarrrml2rml_converter| sparql_generator]
231+ -c, --opt-commands [normalisation_resource_generator| resources_injector| rml_modules_injector | metadata_generator| yarrrml2rml_converter| sparql_generator]
211232 -m, --opt-mappings-folder TEXT
212233 --help Show this message and exit.
213234```
@@ -259,7 +280,7 @@ Options:
259280##### Start local API server
260281To start the API server:
261282``` bash
262- id-manager- api-start-server
283+ api-id_manager -start-server
263284```
264285Output:
265286``` bash
@@ -269,11 +290,11 @@ See http://localhost:8000/api/v1/docs for API usage.
269290```
270291Use:
271292``` bash
272- api-start-server --help
293+ api-id_manager- start-server --help
273294```
274295to get the cli command Usage Help:
275296``` bash
276- Usage: id-manager- api-start-server [OPTIONS]
297+ Usage: api-id_manager -start-server [OPTIONS]
277298
278299Options:
279300 -h, --host TEXT
0 commit comments