
Security News
Insecure Agents Podcast: Certified Patches, Supply Chain Security, and AI Agents
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.
@jahands/wrangler
Advanced tools
wrangler is a command line tool for building Cloudflare Workers.
To get started quickly with a Hello World worker, run the command below:
npx wrangler init my-worker -y
For more info, visit our Getting Started guide.
We support running the Wrangler CLI with the Current, Active, and Maintenance versions of Node.js. Your Worker will always be executed in workerd, the open source Cloudflare Workers runtime.
Wrangler is only supported on macOS 13.5+, Windows 11, and Linux distros that support glib 2.35. This follows workerd's OS support policy.
For the latest Wrangler documentation, click here.
To read more about Workers in general:
Wrangler is configured via a wrangler.toml or wrangler.json file in the project root. An example configuration generated by npx wrangler init or npx create cloudflare is as follows:
name = "my-worker"
main = "./src/index.ts"
compatibility_date = "YYYY-MM-DD"
For more detailed information about configuration, refer to the documentation.
wrangler devStart a local development server, with live reloading and devtools.
wrangler deployPublish the given script to Cloudflare's global network.
For more commands and options, refer to the documentation.
wrangler pages dev [directory]Serves a static build asset directory.
Builds and runs functions from a ./functions directory or uses a _worker.js file inside the static build asset directory.
For more commands and options, refer to the documentation or run wrangler pages dev --help.
FAQs
Command-line interface for all things Cloudflare Workers
We found that @jahands/wrangler demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.

Security News
The planned feature introduces a review step before releases go live, following the Shai-Hulud attacks and a rocky migration off classic tokens that disrupted maintainer workflows.