Wrangler
TrialTools
Cloudflare's CLI for building and deploying applications to its platform.
Why it's here
Placed in Trial: 6 article(s) of evidence from 3 source(s), led by product launches, with 3 in the last 30 days. Confidence 60%.
Evidence (6)
- 8Cloudflare Blog·8/4/2026product_launchCloudflare adds CI/CD support for millions of repos
Cloudflare is extending its developer platform so teams can store, build, test, and deploy code fully on Cloudflare. The new CI SDK, built on Cloudflare Workflows, lets pipelines run on push events, execute isolated build and test steps, cache dependencies, and deploy conditionally from TypeScript instead of YAML.
- 7Cloudflare Blog·8/4/2026framework_updateCloudflare Introduces the Agent Development Lifecycle
Cloudflare says AI agents are changing software development faster than traditional SDLC assumptions can handle, and argues for an Agent Development Lifecycle (ADLC) designed for software factories. The company is launching new tools for agent-oriented CI/CD, local observability with OpenTelemetry, and agent tracing to help agents build, test, deploy, and maintain software more autonomously.
- 7Cloudflare Blog·8/4/2026product_launchCloudflare adds local tracing for agent debugging in Workers
Cloudflare now automatically captures OpenTelemetry traces for local Worker runs in wrangler dev and vite dev, and exposes them through the Local Explorer API when a coding-agent session is detected. This lets agents inspect local traces, logs, and bindings to find failures and verify fixes without adding temporary instrumentation or deploying code.
- 8Cloudflare Blog·7/6/2026product_launchCloudflare adds a cache in front of Workers
Cloudflare is launching Workers Cache, a tiered cache that sits in front of a Worker and can serve fresh cached responses before the Worker runs. The feature is enabled through Wrangler config and HTTP cache headers, with support for cache purging by tag and other controls for server-rendered and multi-tenant apps.
- 7Cloudflare Blog·6/24/2026product_launchCloudflare opens self-managed OAuth to all customers
Cloudflare is expanding OAuth access on its developer platform so all customers can create and manage their own OAuth clients for delegated API access. The change is aimed at making integrations, internal platforms, and agentic tools easier to build while improving consent, revocation, and security controls.
- 7Cloudflare Blog·6/19/2026product_launchCloudflare adds temporary accounts for AI agents
Cloudflare introduced Temporary Cloudflare Accounts for Agents, allowing AI agents to deploy Workers, websites, and APIs without first completing a human-oriented sign-up and authentication flow. The temporary account can be claimed within 60 minutes, and Wrangler now surfaces the new --temporary deploy option to guide agents through the process.