export-import
list aux-module
List auxiliary IBM® Cloud Pak for Data modules.
Syntax
cpd-cli export-import list aux-module \
[--arch=<system-cpu-architecture>] \
[--cpdconfig=<cpd-configuration-location>] \
[--log-level=info|debug|warn|error|panic] \
[--namespace=<namespace-name>] \
--profile=<cpd-profile-name> \
[--verbose]
Arguments
The command has no arguments.
Options
Table 1: Command options
Option | Description |
---|---|
--arch |
Provide the CPU architecture
(hardware) of the cluster.
|
--cpdconfig |
The Cloud Pak for Data
configuration location. For example,
$HOME/.cpd-cli/config.
|
|
Display command
help.
|
--log-level |
The command log
level.
|
|
The namespace name in which the
utility should operate.
|
--profile |
The name of the profile that you
created to store information about an instance of Cloud Pak for Data and your credentials for the
instance.
|
--verbose |
Logs include more detailed
messages.
|
Examples
Note: The following examples use 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 more information, see Setting up installation environment variables.
- List the registered auxiliary modules (such as export or import) for the
${PROJECT_CPD_INST_OPERANDS}
namespace. -
cpd-cli export-import list aux-module \ --namespace=${PROJECT_CPD_INST_OPERANDS} \ --profile=${CPD_PROFILE_NAME} \ --arch=${CPU_ARCH}