Target a specific base branch
deploy requests
// what it does
--into overrides where the changes deploy — by default the branch's parent. Use it when your branch forked from somewhere other than the branch you ultimately want to change, or in multi-environment setups (deploy into staging first, then main).
// shell
$ pscale deploy-request create mydb add-users-table --into staging// gotcha
The diff is computed against the --into target, so a branch far behind its target shows a bigger diff than you expect — refresh your branch from the target before opening the DR.