List branch passwords

passwords & credentials

// what it does

Lists every credential on a branch — names, roles, IDs, TTLs — but never the secret values. Reviewed periodically, it answers "what can currently connect to production and with what privileges?"

// shell

$ pscale password list mydb main
$ pscale password list mydb main --format json

// gotcha

If the names in this list don't tell you what each password is for, your naming discipline failed at create time — future-you does the archaeology.

// resources