Install Aspire CLI
Este conteúdo não está disponível em sua língua ainda.
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.
-
Instalar Aspire CLI
Instalar Aspire CLI globalmente curl -sSL https://aspire.dev/install.sh | bashInstalar Aspire CLI globalmente Invoke-Expression "& { $(Invoke-RestMethod https://aspire.dev/install.ps1) }" -
Verifique a instalação conferindo a versão
Verificar versão da Aspire CLI aspire --versionVerificar versão da Aspire CLI aspire --versionVocê deverá ver o número da versão, indicando instalação correta.
-
Para ver os comandos disponíveis execute help — clique em reproduzir abaixo para demo: