Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Import Category Settings

Importing Category Settings can be invoked through the command line.

Code Block
categoryimport
-repo <repo name>
-o <XML file path>

Example

Code Block
jre\bin\Java -Xmx512m -XX:MaxMetaspaceSize=512m -splash: -jar WhereScape-3D-HEAD-bundle.jar categoryimport -repo "Local repository" -o "C:\temp\Custom_Category.xml"

Export Category Settings

Exporting Category Settings can be invoked through the command line.

Code Block
categoryexport
-repo <repo name>
-c <category name>
-o <XML file path>
[-f] (Force overwrite)

Example

Code Block
jre\bin\Java -Xmx512m -XX:MaxMetaspaceSize=512m -splash: -jar WhereScape-3D-HEAD-bundle.jar categoryexport -repo "Local repository" -c "Data Vault" -o "C:\temp\Data_Valut_Settings.xml"