Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The RedCli.exe command line interface allows you to create an XML Options File running redcli.exe deployment-options generate-file [<args>]

The deployment-options command provides sub commands for exporting, importing, and generating options.

The generate-file sub-command provides options for generating an options file, it can take the following arguments:

...

The following example shows how to create an XML file for PostgreSQL:

  1. Open a command line window where redcli.exe is located, usually C:\Program Files\WhereScape\RED
  2. Run the following command to create a file with all the options for PostgreSQL in the c:\projects folder:
    redcli.exe deployment-options generate-file --file-name c:\Postgresql_example.xml --meta-repo-type Postgresql
  3. Go the output folder and verify the file was created properly.

...