modelstore bulkExport
The modelstore bulkExport command exports all the model stores from Discovery.
Usage
modelstore bulkExport --o outputDirectory --d trueOrFalseRequired | Argument | Description |
---|---|---|
No | --o outputDirectory | Specifies the directory to which the model stores are to be exported. |
No | --d exportDependency | Specifies if the model stores are to be exported along with their dependencies.
|
Example
This example exports all the model stores, along with their dependencies to the "MyModelStoreExport" folder at: C:\Spectrum\ModelStore.
modelstore bulkExport --o C:\Spectrum\ModelStore\MyModelStoreExport --d true