Versions Compared

Key

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

...

 
A command line help for each command within the REDCLI is available and the option-level actions are as follows:

Command

Description

batch

Execute a batch of commands and generate an empty batch file.

connection

Manage all aspects of connections.

dfs

Manage all aspects of database function sets.

dtm

Manage all aspects of data type mapping sets.

deployment

List, deploy and show the contents of deployment applications.

deployment-options

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

enablement-pack

Install and list-dir Enablement Packs.

ext-prop-definition

Manage all aspects of extended property definitions.

ext-prop-value

Manage all aspects of extended property values.

external-scheduler

Manage inserting, updating, and deleting external scheduler rows.

script-lang-definition

Manage all aspects of host script language definitions.

interactive

Collect commands interactively from standard input and execute them.

license

Install, uninstall or show a license.

object

List information and generate update routines for objects in a metadata repository. The REDCLI command 'object generate-routine' works in conjunction with the Generate load scripts and update routine for objects setting in the Load Application > Metadata Options window of the RED Setup Administrator. Refer to the section Application Load Process of the RED Install Guide for details. The default template for the table objects must be set in the target connection, before generating update routines via REDCLI. Refer to Connection Properties and Connection Routine Templates for details.

Note

Template-based update routine code generation for table objects:


object-type-definition

Import, export, delete, and list all object type definitions.

odbc

List and validate ODBC DSNs in the system.

options

List, find, import and export Tools Options.

parameter

Manage all aspects of parameters.

powershell

Install WhereScape specific PowerShell modules.

python

Install WhereScape specific Python modules.

procedure

Import, export and list all procedures.

red-user

List all users

repository

Create, upgrade and validate a metadata repository.

scheduler

Manage all aspects of scheduler configurations.

script

Import, export and list all scripts.

target

Manage all aspects of targets.

template

Import, export and list all templates.

user-preferences

List, find, import and export Tools User Preferences.

ui-config

Import, export, list-all, show, and delete UI Configurations

 
Each command has its help, for example, 'RedCli deployment --help' lists all available commands relevant to deployment applications.

...