Install Aspire CLI
Это содержимое пока не доступно на вашем языке.
Aspire includes tooling to help you create and configure cloud-native apps. The tooling includes useful starter project templates and other features to streamline getting started with Aspire for Visual Studio, Visual Studio Code, and CLI workflows. Assuming you have the prerequisites installed, you can install the Aspire CLI and create a new project.
-  Установить Aspire CLI Установить Aspire CLI глобально curl -sSL https://aspire.dev/install.sh | bashУстановить Aspire CLI глобально Invoke-Expression "& { $(Invoke-RestMethod https://aspire.dev/install.ps1) }"
-  Проверить установку, просмотрев версию Проверить версию Aspire CLI aspire --versionПроверить версию Aspire CLI aspire --versionВы должны увидеть номер версии Aspire CLI, что подтверждает корректную установку. 
-  Чтобы увидеть доступные команды, выполните help — ниже нажмите воспроизведение для демо: