List deploy requests

deploy requests

// what it does

Shows all deploy requests for a database with number, state, and branch — the queue view. The number is the handle every other deploy-request command takes.

// shell

$ pscale deploy-request list mydb
$ pscale deploy-request list mydb --format json

// gotcha

DRs are numbered per database like GitHub PRs; pipe --format json to find the one matching a branch name in automation.

// resources