Show a deploy request's status
deploy requests
// what it does
Prints one deploy request's full state: open/deployed/closed, whether checks passed, deployment progress. Poll it (or use deploy --wait) to track a rollout from a script.
// shell
$ pscale deploy-request show mydb 12// gotcha
A DR can be approved but undeployable if the branch's schema regressed after approval — the state here tells you which stage actually blocks.