Cloudflare Pages with "Domain Scoped" member account

I’m trying to give a developer access to a single domain on my account so he can deploy a vue app using the wrangler CLI.

Apparently when I add him as a member on my account, and give him a domain scope to the single domain, “Pages” does NOT show up as something he can manage…?

How might I do this. Thanks

Perhaps a better/more elegant solution is to set up a git repository that you can both have access, connect the pages site to this repository so that any time the developer pushes a new commit a build and deploy is triggered.

This doesn’t answer your original question, but is another option you might investigate.