manage
list-dependents
Get the list of components that are dependent on the specified
component. For example, see the list of components that are dependent on the common core
services.
Extended description
When you run the command, the dependent components are listed in the command prompt.
Syntax
cpd-cli manage list-dependents \
--components=<comma-separated-list-of-component-names> \
--release=<version>
Arguments
The list-dependents 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 dependencies.
|
--release |
The release for which you want to list the dependent
components.
|
Examples
- List services that are dependent on the common core services for the specified release
-
cpd-cli manage list-dependents \ --components=ccs \ --release=${VERSION} - List services that are dependent on Db2U and services that are dependent on Db2 as a service for the specified release
-
cpd-cli manage list-dependents \ --components=db2u,db2aaservice \ --release=${VERSION}