Import Scripts and Templates

Importing scripts and templates can be invoked through the command line.

templateimport
-repo <repo name>
-o <XML file path>
[-f] (Force overwrite)

Example

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

Export Scripts and Templates

Exporting scripts and templates can be invoked through the command line.

templateexport
-repo <repo name>
-name <script or template name>
-o <XML file path>
[-f] (Force overwrite)

Example

jre\bin\Java -Xmx512m -XX:MaxMetaspaceSize=512m -splash: -jar WhereScape-3D-HEAD-bundle.jar templateexport -repo "Local repository" -name "ws3d_snowflake_ddl_default" -o "C:\temp\ws3d_snowflake_ddl_default.xml"
  • No labels