cloudflare · Cloudflare Workers Docs
Workers Pipelines
Wrangler CLI commands for managing Cloudflare Pipelines, including setup, creation with SQL queries, listing, updating, and deleting pipeline resources.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers Pipelines
Wrangler CLI commands for managing Cloudflare Pipelines, including setup, creation with SQL queries, listing, updating, and deleting pipeline resources.
When To Use
Use when you need to provision, configure, or manage the lifecycle of Cloudflare Pipelines via the Wrangler CLI, such as creating a new pipeline with an inline SQL query or listing existing pipelines.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-wrangler-commands-pipelines-workflow-guide.md | A documentation guide detailing the Wrangler CLI commands for setting up, creating, listing, and retrieving Workers Pipelines. | Questions about a documentation guide detailing the Wrangler CLI commands for setting up, creating, listing, and retrieving Workers P... |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline.text | The command used to initialize and configure Workers Pipelines using the Wrangler CLI. | Exact payloads, commands, or snippets shown in The command used to initialize and configure Workers Pipelines using the Wrangler CLI. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-2.text | A text representation of the command used to initialize Workers Pipelines using pnpm wrangler. | Exact payloads, commands, or snippets shown in A text representation of the command used to initialize Workers Pipelines using pnpm wrangler. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-3.text | The text command used to initialize Workers Pipelines via the Wrangler CLI. | Exact payloads, commands, or snippets shown in The text command used to initialize Workers Pipelines via the Wrangler CLI. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-4.text | A text example demonstrating the syntax for the npx wrangler pipelines create command. | Exact payloads, commands, or snippets shown in A text example demonstrating the syntax for the npx wrangler pipelines create command. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-5.text | A text example demonstrating the syntax for the wrangler pipelines create command. | Exact payloads, commands, or snippets shown in A text example demonstrating the syntax for the wrangler pipelines create command. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-6.text | A text example demonstrating the syntax for the wrangler pipelines create command. | Exact payloads, commands, or snippets shown in A text example demonstrating the syntax for the wrangler pipelines create command. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-7.text | An example of the npx wrangler pipelines list command used to display existing worker pipelines. | Exact payloads, commands, or snippets shown in An example of the npx wrangler pipelines list command used to display existing worker pipelines. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-8.text | An example of the wrangler command used to list available workers pipelines. | Exact payloads, commands, or snippets shown in An example of the wrangler command used to list available workers pipelines. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-9.text | An example showing the command to list existing Workers pipelines using the Wrangler CLI. | Exact payloads, commands, or snippets shown in An example showing the command to list existing Workers pipelines using the Wrangler CLI. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-10.text | A text example demonstrating the usage of the npx wrangler pipelines get command to retrieve pipeline information. | Exact payloads, commands, or snippets shown in A text example demonstrating the usage of the npx wrangler pipelines get command to retrieve pipeline information. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-11.text | An example of using the wrangler pipelines get command to retrieve pipeline information. | Exact payloads, commands, or snippets shown in An example of using the wrangler pipelines get command to retrieve pipeline information. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-12.text | A text example demonstrating the usage of the wrangler pipelines get command to retrieve pipeline information. | Exact payloads, commands, or snippets shown in A text example demonstrating the usage of the wrangler pipelines get command to retrieve pipeline information. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-13.text | A text example demonstrating the syntax for the npx wrangler pipelines update command. | Exact payloads, commands, or snippets shown in A text example demonstrating the syntax for the npx wrangler pipelines update command. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-14.text | A text example demonstrating the syntax for the wrangler pipelines update command. | Exact payloads, commands, or snippets shown in A text example demonstrating the syntax for the wrangler pipelines update command. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-15.text | A text example demonstrating the syntax for the wrangler pipelines update command. | Exact payloads, commands, or snippets shown in A text example demonstrating the syntax for the wrangler pipelines update command. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-16.text | A text example demonstrating the usage of the npx wrangler pipelines delete command to remove a specific pipeline. | Exact payloads, commands, or snippets shown in A text example demonstrating the usage of the npx wrangler pipelines delete command to remove a specific pipeline. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-17.text | A text example demonstrating the usage of the wrangler pipelines delete command to remove a specific pipeline. | Exact payloads, commands, or snippets shown in A text example demonstrating the usage of the wrangler pipelines delete command to remove a specific pipeline. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-18.text | An example of using the wrangler pipelines delete command to remove a specific pipeline. | Exact payloads, commands, or snippets shown in An example of using the wrangler pipelines delete command to remove a specific pipeline. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-19.text | A text example demonstrating the syntax for the wrangler pipelines streams create command. | Exact payloads, commands, or snippets shown in A text example demonstrating the syntax for the wrangler pipelines streams create command. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-20.text | A text example demonstrating the syntax for the wrangler pipelines streams create command. | Exact payloads, commands, or snippets shown in A text example demonstrating the syntax for the wrangler pipelines streams create command. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-21.text | A text example demonstrating the syntax for the wrangler pipelines streams create command. | Exact payloads, commands, or snippets shown in A text example demonstrating the syntax for the wrangler pipelines streams create command. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-22.text | A text example demonstrating the usage of the npx wrangler pipelines streams list command. | Exact payloads, commands, or snippets shown in A text example demonstrating the usage of the npx wrangler pipelines streams list command. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-23.text | A text example demonstrating the usage of the wrangler pipelines streams list command. | Exact payloads, commands, or snippets shown in A text example demonstrating the usage of the wrangler pipelines streams list command. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-24.text | A text example demonstrating the usage of the wrangler pipelines streams list command. | Exact payloads, commands, or snippets shown in A text example demonstrating the usage of the wrangler pipelines streams list command. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-25.text | A text example demonstrating the usage of the npx wrangler pipelines streams get command. | Exact payloads, commands, or snippets shown in A text example demonstrating the usage of the npx wrangler pipelines streams get command. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-26.text | A text example demonstrating the usage of the wrangler pipelines streams get command. | Exact payloads, commands, or snippets shown in A text example demonstrating the usage of the wrangler pipelines streams get command. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-27.text | A text example demonstrating the usage of the wrangler pipelines streams get command. | Exact payloads, commands, or snippets shown in A text example demonstrating the usage of the wrangler pipelines streams get command. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-28.text | A text example demonstrating the command to delete a specific stream using the wrangler pipelines interface. | Exact payloads, commands, or snippets shown in A text example demonstrating the command to delete a specific stream using the wrangler pipelines interface. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-29.text | A text example demonstrating the syntax for the wrangler pipelines streams delete command. | Exact payloads, commands, or snippets shown in A text example demonstrating the syntax for the wrangler pipelines streams delete command. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-30.text | A text example demonstrating the syntax for the wrangler pipelines streams delete command. | Exact payloads, commands, or snippets shown in A text example demonstrating the syntax for the wrangler pipelines streams delete command. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-31.text | A text example demonstrating the usage of the npx wrangler pipelines sinks create command. | Exact payloads, commands, or snippets shown in A text example demonstrating the usage of the npx wrangler pipelines sinks create command. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-32.text | A text example demonstrating the syntax for the wrangler pipelines sinks create command. | Exact payloads, commands, or snippets shown in A text example demonstrating the syntax for the wrangler pipelines sinks create command. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-33.text | A text example demonstrating the syntax for the wrangler pipelines sinks create command. | Exact payloads, commands, or snippets shown in A text example demonstrating the syntax for the wrangler pipelines sinks create command. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-34.text | A text representation of the command used to list available sinks in Cloudflare Workers Pipelines using Wrangler. | Exact payloads, commands, or snippets shown in A text representation of the command used to list available sinks in Cloudflare Workers Pipelines using Wrangler. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-35.text | A text representation of the command and output for listing available sinks in Cloudflare Workers Pipelines using wrangler. | Exact payloads, commands, or snippets shown in A text representation of the command and output for listing available sinks in Cloudflare Workers Pipelines using wra... |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-36.text | A text representation of the command used to list available sinks in Cloudflare Workers Pipelines using Wrangler. | Exact payloads, commands, or snippets shown in A text representation of the command used to list available sinks in Cloudflare Workers Pipelines using Wrangler. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-37.text | An example of using the npx wrangler pipelines sinks get command to retrieve information about a specific sink. | Exact payloads, commands, or snippets shown in An example of using the npx wrangler pipelines sinks get command to retrieve information about a specific sink. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-38.text | A text example demonstrating the usage of the wrangler pipelines sinks get command. | Exact payloads, commands, or snippets shown in A text example demonstrating the usage of the wrangler pipelines sinks get command. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-39.text | An example command demonstrating how to use the wrangler pipelines sinks get operation to retrieve sink information. | Exact payloads, commands, or snippets shown in An example command demonstrating how to use the wrangler pipelines sinks get operation to retrieve sink information. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-40.text | A text example demonstrating the usage of the npx wrangler pipelines sinks delete command. | Exact payloads, commands, or snippets shown in A text example demonstrating the usage of the npx wrangler pipelines sinks delete command. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-41.text | A text example demonstrating the syntax for the wrangler pipelines sinks delete command. | Exact payloads, commands, or snippets shown in A text example demonstrating the syntax for the wrangler pipelines sinks delete command. |
examples/workers-wrangler-commands-pipelines-cloudflare-workers-wrangler-pipeline-42.text | A text example demonstrating the syntax for the wrangler pipelines sinks delete command. | Exact payloads, commands, or snippets shown in A text example demonstrating the syntax for the wrangler pipelines sinks delete command. |
What This Skill Covers
- Manage your Pipelines using Wrangler.
- Main sections:
pipelines setup,pipelines create,pipelines list,pipelines get,pipelines update.
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/pipelines
