logicalmodel export

The logicalmodel export command exports the specified logical model and its metadata from Metadata Insights 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 trueOrFalse
RequiredArgumentDescription
Yes--n logicalModelNameSpecifies 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 outputDirectorySpecifies the location of the folder that will store the exported logical model.
No--d exportDependencySpecifies whether to export the logical model along with its dependencies.
true
Model exported along with dependencies.
false
Model exported without the dependent models

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