push
Push WASM modules.
push compresses a WASM module and push it as an OCI image.
Synopsis #
kpt alpha wasm push [LOCAL_PATH] [IMAGE]
Args #
LOCAL_PATH:
The path to the wasm file.
IMAGE:
The desired name of an image. It must be a tag.
Examples #
# compress ./my-fn.wasm and push it to gcr.io/my-org/my-fn:v1.0.0
$ kpt alpha wasm push ./my-fn.wasm gcr.io/my-org/my-fn:v1.0.0
Last modified October 28, 2025: Add shell to cli cmds (b9f9c412)