cloudflare · Cloudflare Workers Docs
Workers General commands
Provides instructions and flags for managing Wrangler authentication, environment configurations, and global command-line options.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers General commands
Provides instructions and flags for managing Wrangler authentication, environment configurations, and global command-line options.
When To Use
Use when you need to authenticate a CLI session, configure specific environment variables, or set the working directory for Wrangler operations.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-wrangler-commands-general-workflow-guide.md | A guide covering general Wrangler CLI commands for authentication, telemetry, and shell completions. | Questions about a guide covering general Wrangler CLI commands for authentication, telemetry, and shell completions. |
examples/workers-wrangler-commands-general-cloudflare-workers-wrangler-general-co.text | A list of general CLI commands and usage patterns for the Cloudflare Wrangler developer tool. | Exact payloads, commands, or snippets shown in A list of general CLI commands and usage patterns for the Cloudflare Wrangler developer tool. |
examples/workers-wrangler-commands-general-cloudflare-workers-wrangler-general-co-2.text | A list of general Wrangler CLI commands and their usage descriptions for Cloudflare Workers. | Exact payloads, commands, or snippets shown in A list of general Wrangler CLI commands and their usage descriptions for Cloudflare Workers. |
examples/workers-wrangler-commands-general-cloudflare-workers-wrangler-docs-searc.text | An example demonstrating the usage of the wrangler docs command to search for documentation via the command line. | Exact payloads, commands, or snippets shown in An example demonstrating the usage of the wrangler docs command to search for documentation via the command line. |
examples/workers-wrangler-commands-general-cloudflare-workers-wrangler-general-co-3.text | A list of general Wrangler CLI commands and their usage patterns for Cloudflare Workers. | Exact payloads, commands, or snippets shown in A list of general Wrangler CLI commands and their usage patterns for Cloudflare Workers. |
examples/workers-wrangler-commands-general-cloudflare-workers-wrangler-login-comm.text | An example of the npx wrangler login command used to authenticate the Wrangler CLI with a Cloudflare account. | Exact payloads, commands, or snippets shown in An example of the npx wrangler login command used to authenticate the Wrangler CLI with a Cloudflare account. |
examples/workers-wrangler-commands-general-cloudflare-workers-wrangler-general-co-4.text | A text representation of the wrangler CLI output during a general command execution session. | Exact payloads, commands, or snippets shown in A text representation of the wrangler CLI output during a general command execution session. |
examples/workers-wrangler-commands-general-cloudflare-workers-wrangler-general-co-5.text | A text example demonstrating how to use curl to interact with local Workers development servers. | Exact payloads, commands, or snippets shown in A text example demonstrating how to use curl to interact with local Workers development servers. |
examples/workers-wrangler-commands-general-cloudflare-workers-wrangler-general-co-6.text | A text example demonstrating how to run a Docker container with a specific port mapping for Cloudflare Workers development. | Exact payloads, commands, or snippets shown in A text example demonstrating how to run a Docker container with a specific port mapping for Cloudflare Workers develo... |
examples/workers-wrangler-commands-general-cloudflare-workers-wrangler-login-comm-2.text | An example of the npx wrangler login command using a specific callback host flag. | Exact payloads, commands, or snippets shown in An example of the npx wrangler login command using a specific callback host flag. |
examples/workers-wrangler-commands-general-cloudflare-workers-wrangler-docker-run.text | A text snippet demonstrating how to run the wrangler login command within a Docker container using specific callback host and port flags. | Exact payloads, commands, or snippets shown in A text snippet demonstrating how to run the wrangler login command within a Docker container using specific callback... |
examples/workers-wrangler-commands-general-cloudflare-workers-wrangler-logout-com.text | A text example demonstrating the usage of the wrangler logout command to sign out of a Cloudflare account. | Exact payloads, commands, or snippets shown in A text example demonstrating the usage of the wrangler logout command to sign out of a Cloudflare account. |
examples/workers-wrangler-commands-general-cloudflare-workers-wrangler-auth-token.text | A text example demonstrating the syntax for the wrangler auth token command used in Cloudflare Workers. | Exact payloads, commands, or snippets shown in A text example demonstrating the syntax for the wrangler auth token command used in Cloudflare Workers. |
examples/workers-wrangler-commands-general-cloudflare-workers-wrangler-authentica.text | Examples of different authentication methods including API tokens, OAuth tokens, and API keys for the Wrangler CLI. | Exact payloads, commands, or snippets shown in Examples of different authentication methods including API tokens, OAuth tokens, and API keys for the Wrangler CLI. |
examples/workers-wrangler-commands-general-cloudflare-workers-wrangler-whoami-com.text | An example of using the npx wrangler whoami command to check the authenticated user account. | Exact payloads, commands, or snippets shown in An example of using the npx wrangler whoami command to check the authenticated user account. |
examples/workers-wrangler-commands-general-cloudflare-workers-wrangler-whoami-com-2.text | A text example demonstrating the usage of the wrangler whoami command to check the authenticated user account. | Exact payloads, commands, or snippets shown in A text example demonstrating the usage of the wrangler whoami command to check the authenticated user account. |
examples/workers-wrangler-commands-general-cloudflare-workers-wrangler-whoami-com-3.text | An example of using the wrangler whoami command to check the authenticated user account. | Exact payloads, commands, or snippets shown in An example of using the wrangler whoami command to check the authenticated user account. |
examples/workers-wrangler-commands-general-cloudflare-workers-wrangler-general-co-7.text | A list of general Wrangler CLI commands and their usage for Cloudflare Workers. | Exact payloads, commands, or snippets shown in A list of general Wrangler CLI commands and their usage for Cloudflare Workers. |
examples/workers-wrangler-commands-general-cloudflare-workers-wrangler-telemetry-.text | A text representation of the wrangler telemetry enable command used in Cloudflare Workers. | Exact payloads, commands, or snippets shown in A text representation of the wrangler telemetry enable command used in Cloudflare Workers. |
examples/workers-wrangler-commands-general-cloudflare-workers-wrangler-telemetry--2.text | A text representation of the wrangler telemetry status command used to check the status of Cloudflare telemetry services. | Exact payloads, commands, or snippets shown in A text representation of the wrangler telemetry status command used to check the status of Cloudflare telemetry servi... |
examples/workers-wrangler-commands-general-cloudflare-workers-wrangler-complete-s.text | An example demonstrating the usage of the wrangler complete command to generate shell autocompletion scripts. | Exact payloads, commands, or snippets shown in An example demonstrating the usage of the wrangler complete command to generate shell autocompletion scripts. |
examples/workers-wrangler-commands-general-cloudflare-workers-wrangler-bash-compl.text | A command to generate and append Wrangler shell completion scripts to a bash configuration file. | Exact payloads, commands, or snippets shown in A command to generate and append Wrangler shell completion scripts to a bash configuration file. |
examples/workers-wrangler-commands-general-cloudflare-workers-wrangler-complete-z.text | A text example demonstrating how to use the wrangler complete zsh command to add shell autocompletion to a zsh configuration file. | Exact payloads, commands, or snippets shown in A text example demonstrating how to use the wrangler complete zsh command to add shell autocompletion to a zsh config... |
examples/workers-wrangler-commands-general-cloudflare-workers-wrangler-complete-f.text | A command demonstrating how to generate fish shell autocompletion scripts for the Wrangler CLI. | Exact payloads, commands, or snippets shown in A command demonstrating how to generate fish shell autocompletion scripts for the Wrangler CLI. |
examples/workers-wrangler-commands-general-cloudflare-workers-wrangler-powershell.text | A command to enable shell autocompletion for the Wrangler CLI in a PowerShell profile. | Exact payloads, commands, or snippets shown in A command to enable shell autocompletion for the Wrangler CLI in a PowerShell profile. |
examples/workers-wrangler-commands-general-cloudflare-workers-wrangler-general-co-8.text | A list of common Cloudflare Wrangler CLI commands and their autocomplete behaviors for managing Workers, KV, and D1. | Exact payloads, commands, or snippets shown in A list of common Cloudflare Wrangler CLI commands and their autocomplete behaviors for managing Workers, KV, and D1. |
What This Skill Covers
- General Wrangler commands for authentication, telemetry, and shell completions.
- Main sections:
docs,login,Use wrangler login on a remote machine,Use wrangler login in a container,logout.
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/general
