manage list-prereqs

Get the list of components that are a prerequisite for the specified component. For example, see the list of components that are a prerequisite for Watson Knowledge Catalog.

Extended description

When you run the command, the prerequisite components are listed in the command prompt.

Syntax

cpd-cli manage list-prereqs \
--components=<comma-separated-list-of-component-names> \
[--release=<version>]

Arguments

The list-prereqs command has no arguments.

Options

Option Description
--components A comma-separated list of the components for which you want to see the prerequisite components.
Status
Required.
Syntax
--components=<comma-separated-list-of-component-names>
Default value
There is no default value. The list depends on which components you want to get more information about.
Valid values
For the list of components, see Component IDs.

You can specify individual components or a comma separated list of components.

--release The release for which you want to list the prerequisite components.
Status
Optional.
Syntax
--release=<version>
Default value
No default.
Valid values
  • 4.6.0
  • 4.6.1
  • 4.6.2
  • 4.6.3
  • 4.6.4
  • 4.6.5
  • 4.6.6

Examples

List the prerequisite components for the Watson™ Knowledge Catalog component for the 4.6.6 release
cpd-cli manage list-prereqs \
--components=wkc \
--release=4.6.6
List the prerequisite components for the Watson Query component and the Db2® Big SQL component for the 4.6.6 release
cpd-cli manage list-prereqs \
--components=dv,bigsql \
--release=4.6.6