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.
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 dependent components.
Status
Required.
Syntax
--release=<version>
Default value
No default. You must specify the release.
Valid values
  • 5.4.0

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}