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 10, 2026: Replace the image registry from gcr.io to ghcr.io (87b3525d)