Original text is not available for public display.
Artifacts - Manage Artifacts namespaces and repos with Wrangler CLI
Cloudflare Developer Platform Changelog · 2026-05-18
Related items
AI Search - Create, manage, search AI Search instances with Wrangler CLI
AI Search supports a wrangler ai-search command namespace. Use it to manage instances from the command line. The following commands are available: Command Description wrangler ai-search create Create a new instance with an interactive wizard wrangler ai-search list List all instances in your account wrangler ai-sear...
Browser Run - Manage Browser Rendering sessions with Wrangler CLI
Browser Rendering now supports wrangler browser commands, letting you create, manage, and view browser sessions directly from your terminal, streamlining your workflow. Since Wrangler handles authentication, you do not need to pass API tokens in your commands. The following commands are available: Command Descriptio...
Cloudflare Tunnel, Workers - Manage Cloudflare Tunnels with Wrangler
You can now manage Cloudflare Tunnels directly from Wrangler , the CLI for the Cloudflare Developer Platform. The new wrangler tunnel commands let you create, run, and manage tunnels without leaving your terminal. Available commands: wrangler tunnel create — Create a new remotely managed tunnel. wrangler tunnel list...
Workers - Easy Python package management with Pywrangler
We are introducing a brand new tool called Pywrangler, which simplifies package management in Python Workers by automatically installing Workers-compatible Python packages into your project. With Pywrangler, you specify your Worker's Python dependencies in your pyproject.toml file: [ project ] name = "python-beautif...
Containers - List Container instances with `wrangler containers instances`
A new wrangler containers instances command lists all instances for a given Container application. This mirrors the instances view in the Cloudflare dashboard. The command displays each instance's ID, name, state, location, version, and creation time: wrangler containers instances APPLICATIONID Use the --json flag f...
Workers - Use the latest JavaScript features with Wrangler CLI v4.0.0-rc.0
We've released a release candidate of the next major version of Wrangler , the CLI for Cloudflare Workers — wrangler@4.0.0-rc.0 . You can run the following command to install it and be one of the first to try it out: npm i wrangler@v4-rc yarn add wrangler@v4-rc pnpm add wrangler@v4-rc bun add wrangler@v4-rc Unlike p...