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.
kess-control --add-active-key
The command lets you add an active license key to the application using a key file or activation code.
Command syntax
kess-control [-L] --add-active-key <
key file path
>
kess-control [-L] --add-active-key <
activation code
>
Arguments and options
<
path to the key file
>
– path to the key file. If the key file is located in the current directory, it is sufficient to specify only the file name.
<
activation code
>
– activation code.
Example: Add a key as an active key from the /home/test/00000001.key file:
|
kess-control --add-reserve-key
The command lets you add a reserve license key to the application using a key file or an activation code.
If an active key has not yet been added to the application on the device, the command fails.
Command syntax
kess-control [-L] --add-reserve-key <
key file path
>
kess-control [-L] --add-reserve-key <
activation code
>
Arguments and options
<
path to the key file
>
– path to the key file. If the key file is located in the current directory, it is sufficient to specify only the file name.
<
activation code
>
– activation code.
Example: Add a reserve key using the /home/test/00000002.key file:
|
kess-control --remove-active-key
This command lets you remove an active license key.
Command syntax
kess-control [-L] --remove-active-key
kess-control --remove-reserve-key
This command lets you remove a reserve license key.
Command syntax
kess-control [-L] --remove-reserve-key
kess-control -L --query
The -L --query
command outputs information about the license that was used for activating the application and license keys currently in use.
Command syntax
kess-control -L --query [--json]
Arguments and options
--json
: output data in JSON format.