You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Import Scripts and Templates

Importing scripts and templates can be invoked through the command line

templateimport
-repo <repo name>
-o <XML file path>
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="d11a02cc-9c84-488c-a26a-586152b74101"><ac:plain-text-body><![CDATA[[-f] (Force overwrite)

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

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>
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="cfee498e-ba9c-4705-959c-71fe4fcdb93b"><ac:plain-text-body><![CDATA[[-f] (Force overwrite)

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

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