Skip to content

Update dotnet-aspire-9.2.md #3070

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/whats-new/dotnet-aspire-9.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ You can also build your own publisher by implementing the publishing APIs and ca

### 🆕 Aspire CLI (Preview)

.NET Aspire 9.2 introduces the new **`aspire` CLI**, an experimental tool for creating, running, and publishing Aspire applications from the command line. It provides a rich, interactive experience tailored for Aspire users.
.NET Aspire 9.2 introduces the new **`aspire` CLI**, a tool for creating, running, and publishing Aspire applications from the command line. It provides a rich, interactive experience tailored for Aspire users.

The CLI is available as a .NET tool and can be installed with:

Expand All @@ -485,7 +485,7 @@ aspire publish --publisher docker-compose
- `add <integration>` – Add an integration to your project
- `publish` – Generate deployment artifacts from your app host

🧪 The CLI is **experimental** and in **preview**. We're exploring how to make it a first-class experience for .NET Aspire users—your feedback is welcome!
🧪 The CLI is **preview**. We're exploring how to make it a first-class experience for .NET Aspire users—your feedback is welcome!

## 🧪 Testing template updates

Expand Down
Loading