Aspire.Cli.osx-arm64
13.5.3
Prefix Reserved
dotnet add package Aspire.Cli.osx-arm64 --version 13.5.3
NuGet\Install-Package Aspire.Cli.osx-arm64 -Version 13.5.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Aspire.Cli.osx-arm64" Version="13.5.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Aspire.Cli.osx-arm64" Version="13.5.3" />
<PackageReference Include="Aspire.Cli.osx-arm64" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Aspire.Cli.osx-arm64 --version 13.5.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Aspire.Cli.osx-arm64, 13.5.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Aspire.Cli.osx-arm64@13.5.3
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Aspire.Cli.osx-arm64&version=13.5.3
#tool nuget:?package=Aspire.Cli.osx-arm64&version=13.5.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Aspire CLI
The Aspire CLI is used to create, run, and manage Aspire-based distributed applications.
Usage
aspire <command> [options]
Global Options
| Option | Description |
|---|---|
-h, /h |
Show help and usage information. |
-v, --version |
Show version information. |
-l, --log-level |
Set the minimum log level for console output (Trace, Debug, Information, Warning, Error, Critical). |
--non-interactive |
Run the command in non-interactive mode, disabling all interactive prompts and spinners. |
--nologo |
Suppress the startup banner and telemetry notice. |
--banner |
Display the animated Aspire CLI welcome banner. |
--wait-for-debugger |
Wait for a debugger to attach before executing the command. |
Commands
App Commands
| Command | Description |
|---|---|
new |
Create a new app from an Aspire starter template. |
init |
Initialize Aspire in an existing codebase. |
add [<integration>] |
Add a hosting integration to the apphost. |
update |
Update integrations in the Aspire project. |
run |
Run an apphost in development mode. |
stop |
Stop a running apphost or the specified resource. |
ps |
List running apphosts. |
Resource Management
| Command | Description |
|---|---|
start <resource> |
Start a stopped resource. |
stop [<resource>] |
Stop a running apphost or the specified resource. |
restart <resource> |
Restart a running resource. |
wait <resource> |
Wait for a resource to reach a target status. |
command <resource> <command> |
Execute a command on a resource. |
Monitoring
| Command | Description |
|---|---|
describe [<resource>] |
Describe resources in a running apphost. |
logs [<resource>] |
Display logs from resources in a running apphost. |
otel |
View OpenTelemetry data (logs, spans, traces) from a running apphost. |
Deployment
| Command | Description |
|---|---|
publish |
Generate deployment artifacts for an apphost. |
deploy |
Deploy an apphost to its deployment targets. |
destroy |
Destroy a previously deployed AppHost environment. |
do <step> |
Execute a specific pipeline step and its dependencies. |
Tools & Configuration
| Command | Description |
|---|---|
config |
Manage CLI configuration including feature flags. |
cache |
Manage disk cache for CLI operations. |
doctor |
Diagnose Aspire environment issues and verify setup. |
docs |
Browse and search Aspire documentation and API reference from aspire.dev. |
agent |
Manage AI agent specific setup. |
Examples
# Create a new Aspire application
aspire new
# Run the apphost
aspire run
# Start in the background (useful for CI and agent environments)
aspire start --isolated
# Check resource status
aspire describe
# Stream resource state changes
aspire describe --follow
# View logs
aspire logs
aspire logs webapi
# Stop the apphost
aspire stop
# Wait for a resource to be healthy (CI/scripts)
aspire start
aspire wait webapi --timeout 60
# Add an integration
aspire add redis
# Diagnose environment issues
aspire doctor
# Search the API reference
aspire docs api search "RunAsEmulator" --language csharp
# Search Aspire documentation
aspire docs search "redis"
Additional documentation
Feedback & contributing
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 13.5.3 | 1,185 | 8/25/2026 |
| 13.5.2 | 610 | 8/21/2026 |
| 13.5.1 | 255 | 8/20/2026 |
| 13.5.0 | 600 | 8/18/2026 |
| 13.4.6 | 2,427 | 6/19/2026 |
| 13.4.5 | 361 | 6/17/2026 |
| 13.4.4 | 348 | 6/15/2026 |
| 13.4.3 | 526 | 6/8/2026 |
| 13.4.2 | 471 | 6/3/2026 |
| 13.4.1 | 218 | 6/3/2026 |
| 13.4.0 | 422 | 6/1/2026 |
| 13.3.5 | 991 | 5/21/2026 |
| 13.3.4 | 305 | 5/19/2026 |
| 13.3.3 | 366 | 5/15/2026 |
| 13.3.2 | 328 | 5/14/2026 |
| 13.3.1 | 330 | 5/12/2026 |
| 13.3.0 | 453 | 5/7/2026 |