Cloud
rpk transform build
Build a transform.
This command looks in the current working directory for a transform.yaml file.
It installs the appropriate build plugin, then builds a .wasm file.
When invoked, it passes extra arguments directly to the underlying toolchain.
For example to add debug symbols for tinygo:
rpk transform build -- -no-debug=false
Global flags
| Value | Type | Description |
|---|---|---|
|
string |
Redpanda or |
|
stringArray |
Override |
|
bool |
Ignore |
|
string |
|
|
bool |
Enable verbose logging. |
Was this helpful?