Flare.Cli
0.1.5
dotnet tool install --global Flare.Cli --version 0.1.5
dotnet new tool-manifest
dotnet tool install --local Flare.Cli --version 0.1.5
#tool dotnet:?package=Flare.Cli&version=0.1.5
nuke :add-package Flare.Cli --version 0.1.5
Flare.Cli
Package ID
Flare.Cli, notflare- that id is already taken on nuget.org (an old, unrelated, unlisted package). The installed command is stillflare:dotnet tool install --global Flare.Cli, thenflare start.
A global .NET tool that manages a standing, standalone Flare
instance - the same non-Aspire Docker stack docker compose up brings up in the
Flare.Net repo itself, wrapped as flare start/stop/status/open/update/logs/
doctor/destroy, installable and runnable from anywhere, no repo checkout required.
This is not an Aspire integration - if your app already has an AppHost, use
Flare.Hosting.Aspire instead;
aspire start already orchestrates that path. flare exists for the case Aspire mode
can't cover: one long-running Flare instance you point many unrelated local projects'
OTLP output at, independent of any single AppHost's lifecycle.
flare start # first run also initializes ~/.flare/ with a generated compose file + .env
flare open # launches the dashboard in your browser
flare stop # pauses the stack - data volumes are kept
See docs/cli.md for the
full command reference, the ~/.flare/ state directory layout, and known limitations.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
This package has no dependencies.