Contains Visor command license implementation.
Contains Visor command license implementation.
+---------------------------------------------------------------------------+ | license | Shows information about all licenses that are used on the grid. | | | Also can be used to update one of the licenses. | +---------------------------------------------------------------------------+
license
license "-f= -id=" -f=<path>
Path to new license XML file.
-id=<license-id>
ID of the license will be updated.license
Shows all licenses that are used on the grid.
license "-f=/path/to/new/license.xml -id=fbdea781-90e6-4d1b-b8b3-5b8c14aa2df7"
Copies new license file to all nodes that use license with provided ID.
Companion object that does initialization of the command.
Overview
Contains Visor command
licenseimplementation.Help
Specification
license license "-f= -id=" Arguments
-f=<path> Path to new license XML file. -id=<license-id> ID of the license will be updated.Examples
license Shows all licenses that are used on the grid. license "-f=/path/to/new/license.xml -id=fbdea781-90e6-4d1b-b8b3-5b8c14aa2df7" Copies new license file to all nodes that use license with provided ID.