cloudflare · Cloudflare Workers Docs
Workers Pages
A reference of Wrangler CLI commands and flags used to develop, manage, and deploy Cloudflare Pages projects, including local development, project lifecycle management, and deployment monitoring.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers Pages
A reference of Wrangler CLI commands and flags used to develop, manage, and deploy Cloudflare Pages projects, including local development, project lifecycle management, and deployment monitoring.
When To Use
Use when you need to develop Pages applications locally, manage project lifecycles, or monitor deployment logs using the Wrangler CLI.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-wrangler-commands-pages-workflow-guide.md | A reference guide for using Wrangler CLI commands to develop, build, and manage Cloudflare Pages projects. | Questions about a reference guide for using Wrangler CLI commands to develop, build, and manage Cloudflare Pages projects. |
examples/workers-wrangler-commands-pages-cloudflare-workers-wrangler-pages-dev-co.text | A text example demonstrating the syntax for the wrangler pages dev command used to run a local development server. | Exact payloads, commands, or snippets shown in A text example demonstrating the syntax for the wrangler pages dev command used to run a local development server. |
examples/workers-wrangler-commands-pages-cloudflare-workers-wrangler-pages-dev-co-2.text | An example of the wrangler pages dev command used to run a local development server for a Pages project. | Exact payloads, commands, or snippets shown in An example of the wrangler pages dev command used to run a local development server for a Pages project. |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-dev-command-us.text | A text example demonstrating the syntax for the wrangler pages dev command including directory and command arguments. | Exact payloads, commands, or snippets shown in A text example demonstrating the syntax for the wrangler pages dev command including directory and command arguments. |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-functions-buil.text | A text representation of the wrangler pages functions build command syntax and usage. | Exact payloads, commands, or snippets shown in A text representation of the wrangler pages functions build command syntax and usage. |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-functions-buil-2.text | A text example demonstrating the syntax for the wrangler pages functions build command. | Exact payloads, commands, or snippets shown in A text example demonstrating the syntax for the wrangler pages functions build command. |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-functions-buil-3.text | A text example demonstrating the syntax for the wrangler pages functions build command. | Exact payloads, commands, or snippets shown in A text example demonstrating the syntax for the wrangler pages functions build command. |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-project-list-c.text | A command line example demonstrating how to list Cloudflare Pages projects using the Wrangler CLI. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to list Cloudflare Pages projects using the Wrangler CLI. |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-project-list-c-2.text | A command line example demonstrating how to list Cloudflare Pages projects using the wrangler CLI. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to list Cloudflare Pages projects using the wrangler CLI. |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-project-list-c-3.text | A command line example demonstrating how to list Cloudflare Pages projects using the Wrangler CLI. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to list Cloudflare Pages projects using the Wrangler CLI. |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-project-create.text | A text example demonstrating the syntax for the wrangler pages project create command. | Exact payloads, commands, or snippets shown in A text example demonstrating the syntax for the wrangler pages project create command. |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-project-create-2.text | A command line example demonstrating how to use wrangler pages project create to initialize a new project. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to use wrangler pages project create to initialize a new project. |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-project-create-3.text | A command line example demonstrating how to use the wrangler pages project create command to initialize a new project. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the wrangler pages project create command to initialize a new project. |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-project-delete.text | A command line example demonstrating how to delete a Cloudflare Pages project using the Wrangler CLI. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to delete a Cloudflare Pages project using the Wrangler CLI. |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-project-delete-2.text | A command-line example demonstrating how to delete a Cloudflare Pages project using the Wrangler CLI. | Exact payloads, commands, or snippets shown in A command-line example demonstrating how to delete a Cloudflare Pages project using the Wrangler CLI. |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-project-delete-3.text | A text example demonstrating the command to delete a Cloudflare Pages project using the Wrangler CLI. | Exact payloads, commands, or snippets shown in A text example demonstrating the command to delete a Cloudflare Pages project using the Wrangler CLI. |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-deployment-lis.text | An example of the wrangler pages deployment list command used to retrieve a list of deployments for a specific project. | Exact payloads, commands, or snippets shown in An example of the wrangler pages deployment list command used to retrieve a list of deployments for a specific project. |
examples/workers-wrangler-commands-pages-wrangler-pages-deployment-list-pnpm-comm.text | A command line example using pnpm to list Cloudflare Pages deployments via the wrangler CLI. | Exact payloads, commands, or snippets shown in A command line example using pnpm to list Cloudflare Pages deployments via the wrangler CLI. |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-deployment-lis-2.text | A command line example demonstrating how to list deployments for a Cloudflare Pages project using the Wrangler CLI. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to list deployments for a Cloudflare Pages project using the Wrangler CLI. |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-deployment-tai.text | A command-line example demonstrating how to use the wrangler pages deployment tail command to monitor live deployment logs. | Exact payloads, commands, or snippets shown in A command-line example demonstrating how to use the wrangler pages deployment tail command to monitor live deployment... |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-deployment-tai-2.text | An example of the wrangler pages deployment tail command used to monitor real-time logs for a specific deployment. | Exact payloads, commands, or snippets shown in An example of the wrangler pages deployment tail command used to monitor real-time logs for a specific deployment. |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-deployment-tai-3.text | An example of the wrangler pages deployment tail command used to monitor real-time logs for a specific deployment. | Exact payloads, commands, or snippets shown in An example of the wrangler pages deployment tail command used to monitor real-time logs for a specific deployment. |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-deployment-del.text | A command line example demonstrating how to delete a specific Workers Pages deployment using the wrangler CLI. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to delete a specific Workers Pages deployment using the wrangler CLI. |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-deployment-del-2.text | A command line example demonstrating how to delete a specific Workers Pages deployment using the wrangler CLI. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to delete a specific Workers Pages deployment using the wrangler CLI. |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-deployment-del-3.text | A command line example demonstrating how to delete a specific Workers Pages deployment using the Wrangler CLI. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to delete a specific Workers Pages deployment using the Wrangler CLI. |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-deploy-command.text | An example of the wrangler pages deploy command used to deploy a directory to Cloudflare Pages. | Exact payloads, commands, or snippets shown in An example of the wrangler pages deploy command used to deploy a directory to Cloudflare Pages. |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-deploy-command-2.text | An example of the pnpm wrangler pages deploy command used to deploy a directory to Cloudflare Pages. | Exact payloads, commands, or snippets shown in An example of the pnpm wrangler pages deploy command used to deploy a directory to Cloudflare Pages. |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-deploy-command-3.text | A text example demonstrating the syntax for the wrangler pages deploy command. | Exact payloads, commands, or snippets shown in A text example demonstrating the syntax for the wrangler pages deploy command. |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-secret-put-com.text | A command line example demonstrating how to use the wrangler pages secret put command to upload a secret to a Workers Pages project. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the wrangler pages secret put command to upload a secret to a Workers... |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-secret-put-com-2.text | A command line example demonstrating how to use wrangler pages secret put to upload a secret to a Workers Pages project. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to use wrangler pages secret put to upload a secret to a Workers Pages project. |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-secret-put-com-3.text | A command line example demonstrating how to use the wrangler pages secret put command to upload a secret to a Workers Pages project. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the wrangler pages secret put command to upload a secret to a Workers... |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-secret-bulk-co.text | A text example demonstrating the syntax for the wrangler pages secret bulk command to upload multiple secrets from a file. | Exact payloads, commands, or snippets shown in A text example demonstrating the syntax for the wrangler pages secret bulk command to upload multiple secrets from a... |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-secret-bulk-co-2.text | A text representation of the command syntax for bulk uploading secrets to Cloudflare Pages using the Wrangler CLI. | Exact payloads, commands, or snippets shown in A text representation of the command syntax for bulk uploading secrets to Cloudflare Pages using the Wrangler CLI. |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-secret-bulk-co-3.text | A text representation of the command syntax for bulk uploading secrets to Cloudflare Pages using the Wrangler CLI. | Exact payloads, commands, or snippets shown in A text representation of the command syntax for bulk uploading secrets to Cloudflare Pages using the Wrangler CLI. |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-secret-delete-.text | A command line example demonstrating how to use the wrangler pages secret delete operation to remove a secret from a Workers Pages project. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the wrangler pages secret delete operation to remove a secret from a... |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-secret-delete--2.text | A command line example demonstrating how to use wrangler to delete a secret from a Cloudflare Pages project. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to use wrangler to delete a secret from a Cloudflare Pages project. |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-secret-delete--3.text | A text example demonstrating the command to delete a secret from a Cloudflare Pages project using the Wrangler CLI. | Exact payloads, commands, or snippets shown in A text example demonstrating the command to delete a secret from a Cloudflare Pages project using the Wrangler CLI. |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-secret-list-co.text | A text example demonstrating the usage of the npx wrangler pages secret list command to view environment secrets for a Pages project. | Exact payloads, commands, or snippets shown in A text example demonstrating the usage of the npx wrangler pages secret list command to view environment secrets for... |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-secret-list-co-2.text | A command line example demonstrating how to list secrets for a Cloudflare Pages project using the Wrangler CLI. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to list secrets for a Cloudflare Pages project using the Wrangler CLI. |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-secret-list-co-3.text | A command line example demonstrating how to list secrets for a Cloudflare Pages project using the Wrangler CLI. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to list secrets for a Cloudflare Pages project using the Wrangler CLI. |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-download-confi.text | A text example demonstrating the syntax for the wrangler pages download config command. | Exact payloads, commands, or snippets shown in A text example demonstrating the syntax for the wrangler pages download config command. |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-download-confi-2.text | A command-line example demonstrating how to use wrangler pages download config to retrieve project configuration. | Exact payloads, commands, or snippets shown in A command-line example demonstrating how to use wrangler pages download config to retrieve project configuration. |
examples/workers-wrangler-commands-pages-cloudflare-wrangler-pages-download-confi-3.text | A text example demonstrating the syntax for the wrangler pages download config command. | Exact payloads, commands, or snippets shown in A text example demonstrating the syntax for the wrangler pages download config command. |
What This Skill Covers
- Configure Cloudflare Pages using Wrangler.
- Main sections:
pages dev,pages functions build,pages project list,pages project create,pages project delete.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://developers.cloudflare.com/workers/wrangler/commands/pages
