From 21d2d4f83e1834b5205ad7f6416c580578ed97aa Mon Sep 17 00:00:00 2001 From: David Fowler Date: Thu, 10 Apr 2025 19:53:17 -0700 Subject: [PATCH] Update dotnet-aspire-9.2.md The cli is not experimental, its in preview --- docs/whats-new/dotnet-aspire-9.2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/whats-new/dotnet-aspire-9.2.md b/docs/whats-new/dotnet-aspire-9.2.md index 7bacbe026d..cf2eebb569 100644 --- a/docs/whats-new/dotnet-aspire-9.2.md +++ b/docs/whats-new/dotnet-aspire-9.2.md @@ -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: @@ -485,7 +485,7 @@ aspire publish --publisher docker-compose - `add ` – 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