license
Get the latest docs.
You are looking at documentation for an older release. Not what you want? Use the version selector on the top banner or click here.
The cfy license
command is used to manage Cloudify license on the Manager.
Optional flags
cfy license
commands support the common CLI flags.
Commands
Upload
Usage
cfy license upload [OPTIONS] <license-path>
Upload a Cloudify license to a Manager.
Example
$ cfy license upload cloudify_license.yaml
...
Uploading Cloudify License `cloudify_license.yaml` to the Manager...
Cloudify license successfully uploaded.
...
list
Usage
cfy license list [OPTIONS]
List details of the Cloudify license.
Example
$ cfy license list
...
Retrieving Cloudify License
...
Cloudify License
+--------------+--------------------------+-----------------+-------+------------------+--------------+---------+
| customer_id | expiration_date | license_edition | trial | cloudify_version | capabilities | expired |
+--------------+--------------------------+-----------------+-------+------------------+--------------+---------+
| CloudifyMock | 2019-05-27 00:00:00.000 | Spire | True | 4.6 | Mock1,Mock2 | False |
+--------------+--------------------------+-----------------+-------+------------------+--------------+---------+
...