AspireRunner.Tool 1.3.0

dotnet tool install --global AspireRunner.Tool --version 1.3.0                
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.3.0                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=AspireRunner.Tool&version=1.3.0                
nuke :add-package AspireRunner.Tool --version 1.3.0                

AspireRunner.Tool

A dotnet tool for downloading and running the standalone Aspire Dashboard

The dashboard can display OpenTelemetry data (traces, metrics, and logs) from any application (more info).

NuGet Version

Installation

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

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

  -s, --https            Use HTTPS instead of HTTP, this applies to both the dashboard and the OTLP server, Enabled by default

  --dashboard-https      Use HTTPS instead of HTTP for the dashboard, overrides the global HTTPS option

  --otlp-port            (Default: 4317) The port the OTLP/gRPC server will listen on, can be disabled by passing 0

  --otlp-http-port       The port the OTLP/HTTP server will listen on, by default, only the gRPC server is started

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

  --otlp-https           Use HTTPS instead of HTTP for the OTLP/gRPC and OTLP/HTTP endpoints, overrides the global HTTPS option

  -m, --multiple         Allow running multiple instances of the dashboard, if this isn't passed, existing instances will be replaced

  --auto-update          Automatically update the dashboard to the latest version, Enabled by default

  --dashboard-version    The preferred version of the dashboard to use/download, will fallback to the latest version if it's invalid

  -v, --verbose          Enable verbose logging

  --help                 Display this help screen.

  --version              Display version information.

[!NOTE] The runner will download the dashboard to the user's .dotnet directory (~/.dotnet/.AspireRunner).

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  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.3.0 296 9/6/2024
1.2.0 101 7/27/2024
1.1.7 97 7/17/2024
1.1.6 122 7/6/2024
1.1.5 121 6/21/2024
1.1.4 113 6/19/2024
1.1.3 109 5/31/2024
1.1.2 106 5/25/2024
1.1.1 106 5/25/2024
1.1.0 110 5/25/2024
1.0.2 113 5/18/2024
1.0.1 91 5/18/2024
1.0.0 85 5/18/2024