rpk generate license

Generate a trial license.

Use this command to generate a license for a 30-day trial of Redpanda Enterprise Edition.

To get a permanent license, contact Redpanda Sales.

The license is saved in your working directory or to the specified path, based on the --path flag.

Use the --apply flag to apply the license to your cluster.

Usage

rpk generate license [flags]

Flags

Value Type Description

--apply

-

Apply the generated license to your Redpanda cluster.

--company

string

Company name for trial license registration.

--email

string

Company email for trial license registration.

-h, --help

-

Help for the license subcommand.

--last-name

string

Last name for trial license registration.

--name

string

First name for trial license registration.

--no-confirm

-

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

--path

string

File path for generating the license.

--config

string

Redpanda or rpk configuration file. The default search paths are /var/lib/redpanda/.config/rpk/rpk.yaml, $PWD/redpanda.yaml, and /etc/redpanda/redpanda.yaml.

-X, --config-opt

stringArray

Override rpk configuration settings. Use -X help for more details or -X list for terser detail.

--profile

string

The rpk profile to use.

-v, --verbose

-

Enable verbose logging.