Approve or comment on a deploy request

deploy requests

// what it does

Records an approval or a comment on the DR — the same review actions as the dashboard, scriptable from the terminal. Orgs can require approval before deploy, making this the human gate in the pipeline.

// shell

$ pscale deploy-request review mydb 12 --approve
$ pscale deploy-request review mydb 12 --comment 'index addition looks right'

// gotcha

Approving doesn't deploy; it unlocks deploying. Someone (or CI) still has to run deploy-request deploy.

// resources