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

Export 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)

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

The following arguments are used on most of the commands available in RedCli:
ArgumentDescription

 -c [ --config-file ] <arg>

A configuration file that contains program options (format is INI file)
-o [ --output-mode ] <arg>Either human, json or xml.
-l [ --log-level ] <arg>Log level, 0-5 inclusive. 0=only fatal errors, 5=all logging messages.

  • No labels