logicalmodel export
The logicalmodel export command exports the specified logical model and its metadata from Discovery to the specified directory. If you do not specify the output directory, the model is exported to the directory from which you are running the command. To export the logical model along with the dependent physical models, use the exportDependency argument.
Usage
logicalmodel export --n logicalModelName --o outputDirectory --d trueOrFalseRequired | Argument | Description |
---|---|---|
Yes | --n logicalModelName | Specifies the name of the logical model you want to export. Directory paths you specify here are relative to the location where you are running the Administration Utility. |
No | --o outputDirectory | Specifies the location of the folder that will store the exported logical model. |
No | --d exportDependency | Specifies whether to export the logical model along with its dependencies.
|
Example
This example exports the logical model "MyModel", along with all the dependencies, to the "MyModelExport" folder located at: C:\Spectrum\LogicalModels.
logicalmodel export --n MyModel --o C:\Spectrum\logicalModels\MyModelExport --d true