rpk generate license

Generate a trial license for a 30-day Redpanda Enterprise Edition trial. The license is saved in your working directory or the specified path.

Usage

rpk generate license [flags]

Flags

Value Type Description

--apply

bool

Apply the generated license to your Redpanda cluster.

--company

string

Company name for trial license registration.

--email

string

Company email for trial license registration.

--last-name

string

Last name for trial license registration.

--name

string

First name for trial license registration.

--no-confirm

bool

Disable confirmation prompt for overwriting and applying the generated license file.

--path

string

File path for generating the license.

Global flags

Value Type Description

--config

string

Redpanda or rpk config file; default search paths are ~/.config/rpk/rpk.yaml, $PWD/redpanda.yaml, and /etc/redpanda/redpanda.yaml.

-X, --config-opt

stringArray

Override rpk configuration settings; -X help for detail or -X list for terser detail.

--ignore-profile

bool

Ignore rpk.yaml and redpanda.yaml; use default settings.

--profile

string

rpk profile to use.

-v, --verbose

bool

Enable verbose logging.