Flare.Cli 0.1.5

dotnet tool install --global Flare.Cli --version 0.1.5
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Flare.Cli --version 0.1.5
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Flare.Cli&version=0.1.5
                    
nuke :add-package Flare.Cli --version 0.1.5
                    

Flare.Cli

Package ID Flare.Cli, not flare - that id is already taken on nuget.org (an old, unrelated, unlisted package). The installed command is still flare: dotnet tool install --global Flare.Cli, then flare 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.1.5 94 8/23/2026
0.1.4 99 8/23/2026
0.1.1 152 8/19/2026
0.1.0 98 8/16/2026