We've just released the Flare CLI: a command-line tool that lets you manage your errors, projects, and performance data without ever leaving your terminal.
You can install it globally via Composer:
composer global require flareapp/flare-cli
After authenticating with your API token, you get access to all the things you'd normally do in the Flare dashboard: triaging and resolving errors, viewing occurrence details, browsing performance metrics for your routes, jobs, queries, and more.
flare errors:list
flare errors:show {id}
flare errors:resolve {id}
flare performance:routes
The CLI was built almost entirely from our OpenAPI specification using our latest package: spatie/laravel-openapi-cli. My colleague Freek share more about that process in a separate post on his blog. The result is a tool that stays in sync with our API automatically.
One thing we're especially excited about: the CLI also ships with a skill for AI coding agents. That means tools like Claude Code can access your Flare data directly, helping you investigate and fix errors without switching context. We'll dive deeper into that in an upcoming post.
The Flare CLI is available now. Give it a spin and let us know what you think.

Continue reading
Version 2 of our JavaScript client libraries
We shipped v2 of @flareapp/js, @flareapp/react, @flareapp/vue, and @flareapp/vite. The framework packages now handle error boundaries, automatic context collection, and component prop capture out of the box. The core client talks to a new, faster ingestion endpoint, and the Vite plugin got retry logic and smarter sourcemap handling.
Sébastien
Flare ❤️ Livewire
Flare has deep Livewire visibility: components nested in traces with full hierarchy, per-phase timing (mount, hydrate, render, dehydrate), aggregated component views with bidirectional links, rich error context, and a lot more. Let us show you how Flare can assist in debugging your Livewire project.
Ruben
Subscribe to Backtrace, our quarterly Flare newsletter
No spam, just news & product updates