manage get-license

Get the URL where you can view the specified Cloud Pak for Data license.

Extended description

The get-license command returns the URL of the specified Cloud Pak for Data license. Open the URL in your web browser to see the detailed license terms.

Syntax

cpd-cli manage get-license \
--release=<version> \
--license-type=EE|SE

Arguments

The get-license command has no arguments.

Options

Option Description
--license-type The IBM Cloud Pak for Data license that you purchased.
Status
Required.
Syntax
--license-type=EE|SE
Default value
No default. You must specify the type of license that you purchased.
Valid values
EE
IBM Cloud Pak® for Data Enterprise Edition
SE
IBM Cloud Pak for Data Standard Edition
--release The release of IBM Cloud Pak for Data for which you want to see the license.
Status
Required.
Syntax
--release=<version>
Default value
No default. You must specify the release.
Valid values
  • 4.6.0
  • 4.6.1
  • 4.6.2
  • 4.6.3
  • 4.6.4
  • 4.6.5
  • 4.6.6

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 the URL for the specified version of the Enterprise Edition license
cpd-cli manage get-license \
--release=${VERSION} \
--license-type=EE