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

Compare with Current View Page History

« Previous Version 2 Current »

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

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