kwctl

CLI tool for managing Kubewarden policies in Kubernetes

brewmacoslinux
Try with needOr install directly
Source

About

CLI tool for the Kubewarden policy engine for Kubernetes

Commands

kwctl

Examples

Scaffold a new Rust policy project$ kwctl scaffold --type rust my-policy
Test a policy against sample JSON input$ kwctl run -e input_review=policy.json policy.wasm
Publish a policy to a registry$ kwctl push my-policy.wasm registry.example.com/policies/my-policy:v1.0.0