AspireRunner.Tool 1.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global AspireRunner.Tool --version 1.0.2
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 AspireRunner.Tool --version 1.0.2
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=AspireRunner.Tool&version=1.0.2
nuke :add-package AspireRunner.Tool --version 1.0.2

AspireRunner

A dotnet tool for running the Aspire Dashboard that's bundled with the aspire workload.

The dashboard can be used to display opentelemetry data (traces, metrics and logs) from any application (more info)

NuGet Version

Installation

# Install the aspire workload (can be skipped if already installed)
dotnet workload install aspire

# Install the AspireRunner tool
dotnet tool install -g AspireRunner.Tool

Usage

aspire-dashboard <options>

Options:
  -b, --browser      Launch the dashboard in the default browser

  -p, --port         (Default: 18888) The port the dashboard will be available on

  -o, --otlp-port    (Default: 4317) The port the OTLP server will listen on

  -k, --otlp-key     The API key to use for the OTLP server

  -s, --https        (Default: true) Use HTTPS instead of HTTP, this applies to both the dashboard and the OTLP server

  -a, --auth         Use browser token authentication for the dashboard

  -m, --multiple     Allow running multiple instances of the dashboard

  --help             Display this help screen.

  --version          Display version information.
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.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
1.1.3 34 5/31/2024
1.1.2 83 5/25/2024
1.1.1 82 5/25/2024
1.1.0 78 5/25/2024
1.0.2 85 5/18/2024
1.0.1 67 5/18/2024
1.0.0 64 5/18/2024