Skip to content
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: 4 additions & 0 deletions src/frontend/src/content/docs/reference/cli/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ import LearnMore from '@components/LearnMore.astro';

The Aspire CLI (`aspire` command) is a cross-platform tool that provides command-line functionality to create, manage, run, and publish multi-language Aspire projects. Use the Aspire CLI to streamline development workflows and coordinate services for distributed applications.

:::caution[Use trusted repositories]
Only run Aspire CLI commands from repositories and directories that you trust.
:::

<Aside type="note">
Starting with Aspire 13.0, the Aspire CLI requires .NET SDK version 10.0.100
or later. Ensure that you have the appropriate .NET SDK installed to use the
Expand Down
Loading