Docs Self-Managed Reference rpk Commands rpk transform rpk transform init You are viewing the Self-Managed v24.3 beta documentation. We welcome your feedback at the Redpanda Community Slack #beta-feedback channel. To view the latest available version of the docs, see v24.2. 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. Back to top × Simple online edits For simple changes, such as fixing a typo, you can edit the content directly on GitHub. Edit on GitHub Or, open an issue to let us know about something that you want us to change. Open an issue Contribution guide For extensive content updates, or if you prefer to work locally, read our contribution guide . Was this helpful? thumb_up thumb_down group Ask in the community mail Share your feedback group_add Make a contribution rpk transform deploy rpk transform list