manage list-deployed-components

Get the list of components that are deployed in a project.

Extended description

All components that are associated with an instance of IBM Cloud Pak for Data must be installed at the same version. Before you upgrade an instance of Cloud Pak for Data, run the list-deployed-components command to identify the services that are installed in the instance.

Syntax

cpd-cli manage list-deployed-components \
--cpd_instance_ns=<project-name>

Arguments

The list-deployed-components command has no arguments.

Options

Table 1: Command options
Option Description
--cpd_instance_ns The project where the IBM Cloud Pak® for Data control plane and services are installed.
Status
Required.
Syntax
--cpd_instance_ns=<project-name>
Default value
No default. User-defined.
Valid values
The name of the project for which you want to see the list of installed services.

Examples

Note: The following example uses the recommended installation environment variables.

It is strongly recommended that you use a script to create environment variables with the correct values for your environment. For details, see Setting up installation environment variables.

List the components that are deployed in the specified project
cpd-cli manage list-deployed-components \
--cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS}