`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 June 16, 2025: Move docs to hugo (#4215) (2f0d4026)