On 2026-06-19 Cloudflare shipped `wrangler deploy --temporary`, a CLI flag that provisions a temporary Cloudflare account, deploys a Worker to a workers.dev URL, and prints a claim URL — no human in the loop, no API token, no OAuth. The temporary account expires in 60 minutes unless the user claims it via the URL. Same day, the Cloudflare developer documentation page 'Claim deployments (temporary accounts)' documented the full flow, the supported-products table, and the abuse-prevention posture. On 2026-06-21 Simon Willison independently confirmed the flow with GPT-5.5 xhigh in Codex Desktop, redeploying a redirect-resolver Worker end-to-end. Wrangler 4.102.0 or later is required. The supported products and limits are narrow and explicit: Workers, Workers Static Assets (≤1,000 files, ≤5 MiB each), Workers KV, D1 (one database, ≤100 MB), Durable Objects, Hyperdrive (≤2 configs, ≤10 connections), Queues (≤10), and SSL/TLS. This is a Cloudflare product feature, not an industry standard.
googleworkspace/cli (binary: gws) is a first-party Rust CLI for every Workspace API, built dynamically from the Google Discovery Service, with 95 skill directories, a Gemini CLI extension, and an opt-in Model Armor integration that sanitizes API responses for prompt injection. As of 2026-06-18 the repo has 27,134 stars, 1,426 forks, 31,992 weekly npm downloads, and 30 releases from v0.4.4 to v0.22.5 — all in March 2026, with no new release tag in 11 weeks.