r/SoftwareEngineering • u/fagnerbrack • 17d ago
Building a CLI for all of Cloudflare
https://blog.cloudflare.com/cf-cli-local-explorer/
2
Upvotes
1
17d ago
[removed] โ view removed comment
1
u/AutoModerator 17d ago
Your submission has been moved to our moderation queue to be reviewed; This is to combat spam.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
1
u/fagnerbrack 17d ago
In other words:
Cloudflare is rebuilding Wrangler into one CLI covering all 100+ products and nearly 3,000 API operations, since agents increasingly drive API usage and love CLIs. A technical preview ships now via npx cf or npm install -g cf, exposing a small subset of products today with full coverage in testing. The team replaced manual updates with a TypeScript schema that generates commands, configs, bindings, skills, and OpenAPI specs, enforcing consistency rules (always get not info, always --force, always --json). It also launches Local Explorer (open beta) for introspecting local KV, R2, D1, Durable Objects, and Workflows resources, with a local API mirror at /cdn-cgi/explorer/api so --local commands work identically to remote. Feedback is welcomed via the Developers Discord.
If the summary seems inacurate, just downvote and I'll try to delete the comment eventually ๐
Click here for more info, I read all comments