Documents
_index
_index
Type
External
Status
Published
Created
Feb 19, 2026
Updated
Mar 16, 2026
Updated by
Dosu Bot
Source
View

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