logicalmodel import
The logicalmodel import command imports the specified logical model and its metadata to Discovery. To import the logical model along with its dependent physical models, use the importDependency argument.
Usage
logicalmodel import --i logicalModelInputFile --u trueOrFalse --d trueOrFalseRequired | Argument | Description |
---|---|---|
Yes | --i logicalModelInputFile | Specifies the logical model file to be imported. |
No | --u updateIfExists | Specifies whether to update the existing model with same name in Discovery
with the imported model.
|
No | --d importDependency | Specifies whether to import the logical model along with its dependencies.
|
Example
This example imports the logical model file "MyModel", along with its dependent models to Discovery and updates the already existing file with this one.
logicalmodel import --i MyModel --u true --d true