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