Skip to content

Commit f05fc5a

Browse files
authored
dotnet-aspire-9.4.md: Add instructions to get aspire-cli (#4103)
* dotnet-aspire-9.4.md: Add instructions to get aspire-cli * fix linter
1 parent 8d34f89 commit f05fc5a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/whats-new/dotnet-aspire-9.4.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,24 @@ ms.date: 07/03/2025
88

99
_Aspire 9.4 introduces improvements across the CLI, dashboard, deployment, and provisioning experiences — all designed to streamline developer workflows and reduce friction._
1010

11+
## 🖥️ Aspire CLI enhancements
12+
13+
🧪 The Aspire CLI is **still in preview** and under active development. Expect more features and polish in future releases.
14+
15+
📦 To install:
16+
17+
On Windows:
18+
19+
```powershell
20+
iex "& { $(irm https://github.com/dotnet/aspire/raw/refs/heads/main/eng/scripts/get-aspire-cli.ps1) }"
21+
```
22+
23+
On Linux, or macOS:
24+
25+
```sh
26+
curl -sSL https://github.com/dotnet/aspire/raw/refs/heads/main/eng/scripts/get-aspire-cli.sh | bash
27+
```
28+
1129
## CLI and Dashboard
1230

1331
This release introduces major enhancements to interactivity and diagnostics in the CLI and Dashboard. From validated user prompts to better logging visibility, Aspire now helps you catch configuration errors faster, streamline your local dev loop, and navigate logs more effectively.

0 commit comments

Comments
 (0)