Versions Compared

Key

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

...

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

Arguments These arguments are required for generating a file:

ArgumentDescription
--file-name <location> The name of a file to write default deployment options data into
--meta-repo-type <repo_type>The type of metadata repository to tailor the options for. Either Oracle, SqlServer, Teradata, Db2 or Postgresql.

...

Tip
titleTip

Use the --help argument after a command to see more information about it, for example:
c:\redcli.exe deployment-options --help

The --help argument also shows information only for the last entered optionsub command, for example:
c:\redcli.exe deployment-options generate-file --help

...

  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:\temp\Postgresql_example.xml --meta-repo-type Postgresql
  3. Go the output folder and verify the file was created properly.

...