rpk transform init

Initialize a transform.

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

Example

Specify a new directory to create by specifying it in the command:

rpk transform init foobar

This initializes a transform project in the foobar directory.

Usage

rpk transform init [DIRECTORY] [flags]

Flags

Value Type Description

-h, --help

-

Help for rpk transform init`

--install-deps

-

If dependencies should be installed for the project (default prompt).

-l, --language

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. See rpk -X or execute rpk -X help for inline detail or rpk -X list for terser detail.

--profile

string

Profile to use. See rpk profile for more details.

-v, --verbose

-

Enable verbose logging.