rpk transform init
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. |
Flags
Value | Type | Description |
---|---|---|
|
- |
Help for transform. |
|
string |
The language used to develop the transform. |
|
string |
The name of the transform. |
|
string |
Redpanda or rpk config file; default search paths are ~/.config/rpk/rpk.yaml, $PWD, and /etc/redpanda/ |
|
stringArray |
Override rpk configuration settings; '-X help' for detail or '-X list' for terser detail. |
|
string |
rpk profile to use. |
|
- |
Enable verbose logging. |
Was this helpful?