pull

Pull WASM modules.

pull fetches and decompressed OCI image to WASM module.

Synopsis #

kpt alpha wasm pull [IMAGE] [LOCAL_PATH]

Args #

IMAGE:
  The name of an image. It can be either a tag or a digest.
LOCAL_PATH:
  The desired path for the wasm file. e.g. /tmp/my-fn.wasm

Examples #

# pull image gcr.io/my-org/my-fn:v1.0.0 and decompress it to ./my-fn.wasm
$ kpt alpha wasm pull gcr.io/my-org/my-fn:v1.0.0 ./my-fn.wasm
Last modified October 28, 2025: Add shell to cli cmds (b9f9c412)