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 ghcr.io/my-org/my-fn:v1.0.0 and decompress it to ./my-fn.wasm
$ kpt alpha wasm pull ghcr.io/my-org/my-fn:v1.0.0 ./my-fn.wasm
Last modified March 16, 2026: Replace gcr.io container image references with ghcr.io (#4428) (81ca3e55)