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 IBM® 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
Table 1: Command options
| Option | Description |
|---|---|
--components |
A comma-separated list of the components for which you want to see
the prerequisite components.
|
--release |
The release for which you want to list the prerequisite
components.
|
Examples
- List the prerequisite components for the IBM Knowledge Catalog component for the 5.4.0 release
-
cpd-cli manage list-prereqs \ --components=wkc \ --release=5.4.0 - List the prerequisite components for the Data Virtualization component and the Db2 Big SQL component for the 5.4.0 release
-
cpd-cli manage list-prereqs \ --components=dv,bigsql \ --release=5.4.0