modelstore bulkExport

The modelstore bulkExport command exports all the model stores from Metadata Insights.

Usage

modelstore bulkExport --o outputDirectory --d trueOrFalse
RequiredArgumentDescription
No--o outputDirectorySpecifies the directory to which the model stores are to be exported.
No--d exportDependencySpecifies if the model stores are to be exported along with their dependencies.
true
Model stores exported along with dependencies.
false
Model stores exported without the dependent models

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