rpk transform init

Technical Preview

Create a new transform using a template in the current directory.

A new directory can be created by specifying it in the command. For example, this command initializes a transform project in <directory-name>:

rpk transform init <directory-name>
Technical preview features are not supported for production deployments.

Usage

rpk transform init [DIRECTORY] [flags]

Flags

Value Type Description

-h, --help

-

Help for transform.

--lang

string

The language used to develop the transform.

--name

string

The name of the transform.

--config

string

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

-X, --config-opt

stringArray

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

--profile

string

rpk profile to use.

-v, --verbose

-

Enable verbose logging.