API to create a new Pages project
Is there any way to do this via API or CLI?
I need to automate this process so that I don't need manual interaction.
Go to Workers & Pages > Create application > Pages > Connect to Git and create a new Pages project.
4 Replies
api: https://developers.cloudflare.com/api/resources/pages/subresources/projects/methods/create/
cli:
npx wrangler pages project create
@Walshy | Workers/Pages is there any way to connect the repo to the project?
source object

Can you send me the link to where you can find this documentation?
I found