rpk transform
Develop, build, deploy, and manage WebAssembly (Wasm) data transforms for Redpanda.
Subcommands
| Command | Description |
|---|---|
Build a transform. This command looks in the current working directory for a |
|
Delete a data transform. |
|
Deploy a transform. When run in the same directory as a |
|
Initialize a new data transform project. Creates a new directory with the required project files. |
|
List data transforms. This command lists all data transforms in a cluster, as well as showing the state of a individual transform processor, such as if it’s errored or how many records are pending to be processed ( |
|
View logs for a data transform. Streams STDOUT and STDERR output captured during runtime to your terminal. |
|
Pause a data transform. This command suspends execution of the specified transform without removing it from the system. |
|
Resume a data transform. This command resumes execution of the specified data transform, if it was previously paused. |
Global flags
| Value | Type | Description |
|---|---|---|
|
string |
Redpanda or |
|
stringArray |
Override |
|
bool |
Ignore |
|
string |
|
|
bool |
Enable verbose logging. |