dcos license list

ENTERPRISE

Displaying the cluster licenses

Description

The dcos license list command will list all licenses associated with a cluster. By default, this command outputs to stdout.

Usage

  1. dcos license list [OPTIONS]

Options

NameDescription
—helpShow this message and exit.

Examples

  1. dcos license list
  2. [
  3. {
  4. "decryption_key": "-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDMTUWJbWO4rWDe2Vg8DEW7B9AA\n3PWBT/j/mDEoSmqr3Tsh1hA38nxTjdEV5B1xljSZxOfVQ/7It1lqA6qgdDfNA1UC\nwOunuy3JIApql5n/OD2JGQQxaLYiS+c2nQS0rLUh6mQ0KvBCMSBtbXfYd6hBzy4Y\nOZEQ9UPaI1eF45yOtQIDAQAB\n-----END PUBLIC KEY-----\n",
  5. "id": "mesosphere-developer",
  6. "license_terms": {
  7. "end_timestamp": "2019-06-01T15:04:05Z",
  8. "node_capacity": 300,
  9. "start_timestamp": "2018-12-01T15:04:05Z"
  10. },
  11. "version": "1.13"
  12. }
  13. ]

For more examples, see Licenses.

Parent command

CommandDescription
dcos licenseManage DC/OS cluster licenses.