Deploy the runtime locally
wbx deploy is the user tool for running the runtime image for your own use —
not a platform-release mechanism. Locally it converges deployment.org against a
container-engine seam: docker, podman, or krunvm (whichever is on PATH).
wbx deploy local # scaffold ./deployment.org if absent, then apply
Step by step
wbx deploy init local— scaffolddeployment.org.wbx deploy secrets set KEY=VALUE— store declared secrets (0600, under the app dir; never written intodeployment.orgor any image).wbx deploy validate— coherence check, including declared-but-unset secrets.wbx deploy apply— converge to the declared state.wbx deploy status/wbx deploy logs— inspect / tail.wbx deploy down— tear it down.
wbx deploy doctor reports which engines, recipes, and secrets are present.
krunvm caveat
The full reference for every verb and flag lives in Reference → Deploy & kernel.