modelstore export

The modelstore export command exports the specified model store from Metadata Insights to the specified folder.

Usage

modelstore export --n modelStoreName --o outputDirectory --d trueOrFalse
RequiredArgumentDescription
Yes--n modelStoreNameSpecifies the name of the logical model to export.
No--o outputDirectorySpecifies the directory in which the exported model stores are to be saved. If you do not specify this path, the model store is saved to the directory from which you are running the command.
No--d exportDependencySpecifies if the model store is to be exported along with its dependencies.
true
Model store exported along with dependencies.
false
Model store exported without the dependent models

Example

This example exports the model store "MyModelStore", along with all its dependencies to the "MyModelStore" folder located here: C:\Spectrum\ModelStores

modelstore export --n MyModelStore --o C:\Spectrum\ModelStores --d true