Reference/Command reference
saphan verify-deploy
Verify a deploy: before-digest, build, digest-diff, rollout, live HTTP proof
saphan verify-deploy
Verify a deploy: before-digest, build, digest-diff, rollout, live HTTP proof
Options
| Option | Type | Default | Description |
|---|---|---|---|
--build-cmd | string | unset | command building the artifact [required] |
--config | string | unset | project-layer config file (mechanic facts live there, never in the engine) |
--digest-cmd | string | unset | command printing the deployable artifact's digest (run before and after build) [required] |
--health-expect | string | unset | substring the live body must contain (optional) |
--health-url | string | unset | URL that must answer 2xx AFTER rollout — the live proof [required] |
--rollout-cmd | string | unset | command performing the rollout [required] |
--workdir | string | unset | directory the commands run in (optional) |