Versions Compared

Key

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

Anchor
_import_scripts_and_templates
_import_scripts_and_templates
Import Scripts and Templates

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

Code Block
templateimport

...


-repo <repo name>

...


-o <XML file

...

 path>
[-f] (Force overwrite)

...

]]></ac:plain-text-body></ac:structured-macro>

Example

Code Block

...

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"

Anchor
_export_scripts_and_templates
_export_scripts_and_templates
Export Scripts and Templates

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

Code Block
templateexport

...


-repo <repo name>

...


-name <script or template name>

...


-o <XML file

...

 path>
[-f] (Force overwrite)

...

]]></ac:plain-text-body></ac:structured-macro>

Example

Code Block

...

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"