Contents
Commands for managing license keys
-L is a prefix indicating that the command belongs to the group of commands used to manage license keys.
kfl-control --add-active-key
This command adds an active license key to the application.
Command syntax
kfl-control [-L] --add-active-key <
activation code
>
Arguments and keys
<
activation code
>
– activation code.
kfl-control --add-reserve-key
This command adds a reserve license key to the application.
If an active key has not yet been added to the application on the device, the command fails.
Command syntax
kfl-control [-L] --add-reserve-key <
activation code
>
Arguments and keys
<
activation code
>
– activation code.
Example: Add a reserve key using the /home/test/00000002.key file:
|
kfl-control --remove-active-key
This command lets you remove an active license key.
Command syntax
kfl-control [-L] --remove-active-key
kfl-control --remove-reserve-key
This command lets you remove a reserve license key.
Command syntax
kfl-control [-L] --remove-reserve-key
kfl-control -L --query
The -L --query
command outputs information about the license that the application is activated with and the license key currently in use.
Command syntax
kfl-control -L --query [--json]
Arguments and options
--json
: output data in JSON format.