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 — 点击下方播放查看演示: