# Command: kl license

Commands to request and store licenses for Kumologica Designer, enabling activation for development or production environments. This document outlines the kl license request and kl license save commands, including their usage, options, and examples.

# Command: kl license request

The kl license request command initiates a request to generate a license key associated with a specified email address.

# Usage

Usage: kl license request [email]

Submits a license key request for the provided email address. Upon submission, a verification email is sent to the specified address. After clicking the verification link in the email, the license key is delivered via email for use with the kl license save command.

# Options

  • email (Required): The email address to associate with the license (for example: email@email.com). User must have access to this email address to obtain the license.

# Example: Request a license for an email address:

kl license request --email email@email.com

Output:

Requesting license for email: email@email.com
Follow the instructions in your email to complete the license request process.

# Command: kl license save

The kl license save command stores a provided license key on the local system to activate Kumologica Designer.

# Usage

Usage: kl license save [license key]

Saves the specified license key to a platform-specific directory, enabling Kumologica Designer functionality. The license key is received via email after completing the verification process initiated by kl license request.

# Notes

The license key is saved to a platform-specific default directory in kumologica.license file:

  • Windows: C:\Users\username\AppData\Roaming\Kumologica Designer\
  • macOS: /Users/username/Library/Application Support/Kumologica Designer/
  • Linux: /home/username/.config/Kumologica Designer/

# Example: Save license

$ kl license save <license key from email>

Output:

License saved successfully at: /Users/john/Library/Application Support/Kumologica Designer/kumologica.license