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 ghcr.io/my-org/my-fn:v1.0.0
$ kpt alpha wasm push ./my-fn.wasm ghcr.io/my-org/my-fn:v1.0.0