Tunnel on a specific port
connect & shell
// what it does
Pins the local tunnel to a port of your choosing, so your app's DATABASE_URL can hardcode 127.0.0.1:3309 across the team, and so several tunnels to different branches can coexist on different ports.
// shell
$ pscale connect mydb add-users-table --port 3309// gotcha
One tunnel per port: give each concurrently-open branch its own well-known port and document them, or teammates' configs will fight over 3306.