Fusion Registry Command Line
Overview
The Fusion Registry command line client (FusionRegistryCL) runs on a Windows or UNIX command line, to support loading content to the Fusion Registry via the Fusion Registry secure web services.
FusionRegistryCL is distributed with a single properties file fusionregistrycl.properties. This file needs to be modified to point to the server URL of the Fusion Registry to communicate with.
Batch files (Windows) and sh files (UNIX) are provided to support loading (and deleting) structures, data, and reference metadata.
Publishing Content
Structures
To Publish structures call the publishStructures.bat (or sh) with the following commands:
Argument | Required | Purpose | Example |
---|---|---|---|
uri | true | The location of the Structures to load. This can resolve to a web URL or local file system. The format of the structure file can be any supported Fusion Registry format. The file may also be in zip format. |
File |
ds | false | The Data Source argument will create a link between all submitted Provision Agreements and a Data Source in the Fusion Registry. See Data Source Manager of Fusion Registry.
If not provided the Provision Agreements will default to using the REST or File Data Registration mechanism for data. |
Fusion Store -ds FUSION |
a | false | Action – allowable actions are:
The publish action, defaults to Replace. |
Delete |
u | false | Username of a Fusion Registry user with permissions to load the structure file. Not required if using Certificates for Authentication.|| -u myuser | |
p | false | Password of a Fusion Registry user with permissions to load the structure file. Not required if using Certificates for Authentication. |
-p mypass |
o | false | An output file to record which structures were added, modified or removed. | -o "C:/temp/Result.csv" |
cert | false | File of Certificate to be used to authenticate with server (if username and password not used). Not required if using Username/Password for Authentication. |
-cert "C:/Cert/mycert.p12" |
certPwd | false | The Certificate Password. | -certPwd "password" |
certType | false | The Certificate Type to use. Defaults to PKCS12 if not specified | -certType "PKCS12" |