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 — натисніть відтворити нижче для демо: