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.
|
--release |
The release for which you want to list the prerequisite
components.
|
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