modelstore export
The modelstore export command exports the specified model store from Discovery to the specified folder.
Usage
modelstore export --n modelStoreName --o outputDirectory --d trueOrFalseRequired | Argument | Description |
---|---|---|
Yes | --n modelStoreName | Specifies the name of the logical model to export. |
No | --o outputDirectory | Specifies 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 exportDependency | Specifies if the model store is to be exported along with its dependencies.
|
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