manage
list-components
Get the list of components that are supported by the cpd-cli manage
commands.
Extended description
For each component, the output includes:
- Version information
- Operator details
- Additional metadata that is used by the
cpd-cli manage
commands
The output is saved to the components.csv
file in the
cpd-cli-workspace/olm-utils-workspace/work
directory.
Syntax
cpd-cli manage list-components \
--release=<version>
Arguments
The list-components
command has no arguments.
Options
Option | Description |
---|---|
--release |
The release for which you want to list the
components.
|
Examples
Note: The following example uses the recommended installation environment variables.
Use a script to create environment variables with the correct values for your environment. For details, see Best practice: Setting up install variables.
- Get information about which components are supported for the release you want to install
-
cpd-cli manage list-components \ --release=${VERSION}