Load/save deployment options from/to XML and the registry. Defaults can also be generated.

Available Sub Commands

export

Export deployment options from the registry to a file

File System

Argument

Description

--options-location arg

Where to look for the deployment options. Either registry, xml or defaults.

--options-file-name arg

If options-location is xml then this must be the path to the XML options file

Additional XML Arguments

Argument

Description

--meta-dsn arg

Logon DSN write into the XML file (optional)

--meta-dsn-arch arg

Logon DSN architecture to write into the XML file (optional)

--meta-database arg

Logon database name to write into the XML file (optional)

--meta-user-name arg

Logon user name to write into the XML file (optional)

--meta-password arg

Logon password to write into the XML file (optional)

generate-file

Generate an empty deployment options XML file

Generate File Arguments

Argument

Description

-h [ --help ]

Display this message

-f [ --file-name ] arg

The name of a file to write default deployment options data into

--meta-repo-type arg

The type of metadata repository to tailor the options for. Either Oracle, SqlServer, Teradata, Db2 or Postgres.

Additional XML Arguments

Argument

Description

--meta-dsn arg

Logon DSN write into the XML file (optional)

--meta-dsn-arch arg

Logon DSN architecture to write into the XML file (optional)

--meta-database arg

Logon database name to write into the XML file (optional)

--meta-user-name arg

Logon user name to write into the XML file (optional)

--meta-password arg

Logon password to write into the XML file (optional)


import

Import deployment options from a file into the registry

Generate File Arguments

Argument

Description

-h [ --help ]

Display this message

-f [ --file-name ] arg

The name of a file to read default deployment options data from

--meta-repo-type arg

The type of metadata repository to tailor the options for. Either Oracle, SqlServer, Teradata, Db2 or Postgres.

DeploymentOpt Arguments

Argument

Description

-h [ --help ]

Display this message

Common Arguments