惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Y
Y Combinator Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 司徒正美
Blog — PlanetScale
Blog — PlanetScale
博客园 - 聂微东
月光博客
月光博客
量子位
大猫的无限游戏
大猫的无限游戏
Stack Overflow Blog
Stack Overflow Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The Cloudflare Blog
P
Proofpoint News Feed
B
Blog RSS Feed
美团技术团队
腾讯CDC
C
Check Point Blog
Engineering at Meta
Engineering at Meta
F
Fortinet All Blogs
N
Netflix TechBlog - Medium
Recent Announcements
Recent Announcements
J
Java Code Geeks
S
SegmentFault 最新的问题
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享

The Register

Shadow IT has given way to shadow AI. Enter AI-BOMs Zed team releases version 1.0 of Rust-built editor: Traditional editor and AI tool Microsoft boss tells investors the company is working to 'win back fans' What type of 'C2 on a sleep cycle' do they leave behind? Novel Chinese spy group found in critical networks in Poland, Asia NASA boss: Make Pluto A Planet Again GitHub says sorry and vows to do better as uptime slips and devs complain Age checks could turn internet into an ID checkpoint, complains Proton CEO Microsoft gives your Word documents an AI co-author you didn’t ask for Datadog digs down into GPU efficiency as AI costs soar If malware via monitor cables is a matter of national security, this might be the gadget for you Thunderbird in hand worth 2 Outlooks as fresh FOSS fave and Firefox arrive Grafana offers AI assistant for free, warns users not to go mad Right to repair champ Framework punts modular 13in laptop with Core Ultra Series 3 France's 'Secure' ID agency probes breach as crooks claim 19M records Scotland Yard can keep using live facial recognition on Londoners, say judges UK tribunal sends £2B claim accusing Microsoft of overcharging for licensing to trial Nation-states want to cause harm, not just steal cash - stop handing your cyber defenses to the cheapest contractor Murder, she wrote: Ex-FBI chief wants some ransomware crims charged with homicide Phone-to-satellite use goes into orbit, growing 25% in 8 months macOS ClickFix attacks deliver AppleScript stealers to snarf credentials, wallets Anthropic bakes memory fixes into Bun 1.1.13 as developers complain of leaks The spaghettified DBMS chart that shows Oracle's crown is slowly slipping Yet another ex-ransomware negotiator admits turning rogue after payoff from crimelords FAA grounds Blue Origin's New Glenn as it probes missed satellite delivery 'mishap' AMD's Ryzen 9 9950X3D2 Dual Edition tested: Gratuitous overkill with a price to match AI-assisted intruders pwned Vercel via OAuth abuse and a pilfered employee account Crook claims to leak 'video surveillance footage' of companies Met police trials snoop tech platform in push to cuff more London shoplifters England's school phone ban gets teeth, just in time to bite no one Adaptavist Group breach spawns imposter emails as ransomware crew claims mega-haul
Cloudflare rebuilds Wrangler CLI for broader API coverage
Brandon Vigliarolo Brandon Vigliarolo · 2026-04-14 · via The Register

Devops

Cloudflare revamps CLI as agents take over the internet

What, you think basic usability is improved just for your benefit, human?

Cloudflare is rebuilding Wrangler’s command-line tooling by adding commands for products and interfaces that still lack CLI support. And yes, AI agents are a big reason why.

A single CLI tool for Cloudflare's entire API surface and considerable software stack would be nice for human developers, undoubtedly. It doesn't appear that meatbags stuck typing on keyboards even entered into the equation, however, as Cloudflare said Monday that AI agents are fast becoming its major API users. 

"Increasingly, agents are the primary customer of our APIs," the company said. "We want to make every Cloudflare product available in all of the ways agents need." 

Sorry, human developers, but it looks like the CLI is now AI agents' turf, and you just live in it.

"The next version of Wrangler is being rebuilt to give agents a consistent, programmable interface to configure and interact with Cloudflare's products," Cloudflare CTO Dane Knecht explained in an email to The Register. "This is about making it easier for agents to both build and operate applications on Cloudflare, from development environments to infrastructure configuration."

The company explained that, while Cloudflare's entire API is now available in a single Code Mode MCP server, "there's a lot more area to cover" in exposing Cloudflare's products to the command line. Among the areas Cloudflare wants to cover are Workers bindings, SDKs, configuration files, the Terraform provider, developer docs, OpenAPI schemas, agent skills, and more.

"Many Cloudflare products have no CLI commands in Wrangler," the company said. "And agents love CLIs … so we've been rebuilding Wrangler CLI to make it the CLI for all of Cloudflare." 

As part of the process of Cloudflare rebuilding Wrangler for the agentic age, the company is releasing a technical preview that's available now. Interested parties can try it out by running npx cf or installing it globally via npm install -g cf.

Cloudflare said that a principal part of its redesign of Wrangler included the company rethinking its entire code generation pipeline, which led to the creation of a new TypeScript schema it says "can define the full scope of APIs, CLI commands and arguments, and context needed to generate any interface," making it easy to incorporate future Cloudflare products into the CLI to accommodate the needs of AI agents. 

Also for the sake of robots and not humans, Cloudflare said that it's going to begin enforcing default CLI commands at the schema layer to ensure that AI agents using Wrangler don't fail due to a less standard command that the agent doesn't know. 

"It's always get, never info. Always --force, never --skip-confirmations," the company said. "Agents expect CLIs to be consistent." 

Throwing human developers a bone with Local Explorer

All of those new features are great for human developers too, but Cloudflare at least directed one new CLI feature toward its human users. 

Local Explorer, available now in open beta for both Wrangler and the Cloudflare Vite plugin, lets users inspect Cloudflare Workers to see what bindings they have attached as well as what data is being stored against them. The idea here is to remove a blind spot in the Worker interface that made it difficult to figure out if the data they were accessing was local or not. 

"Until now, working out what data was stored locally required you to reverse engineer, introspect the contents of the .wrangler/state directory, or install third-party tools," Cloudflare said. The API for Local Explorer is available at /cdn-cgi/explorer/api in any application compatible with Wrangler or the Vite plugin.

Cloudflare is fielding feedback for both Local Explorer and the new version of the Wrangler CLI, even from humans, and encourages feedback via its developer Discord channel for those who give it a shot.

As for when Cloudflare CLI users, human or otherwise, can expect more functionality to come to Wrangler beyond the limited features added to the preview so far, the company wouldn't get specific.

"We’re already testing a version that supports the full API surface," Knecht told us. "The current preview is an early step, and over the coming months we’ll expand coverage and bring it together with existing Wrangler functionality." ®