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 a CLI Aspire
Instalar a CLI Aspire globalmente curl -sSL https://aspire.dev/install.sh | bashInstalar a CLI Aspire globalmente Invoke-Expression "& { $(Invoke-RestMethod https://aspire.dev/install.ps1) }" -
Verificar a instalação consultando a versão
Verificar versão da CLI Aspire aspire --versionVerificar versão da CLI Aspire aspire --versionDeves ver o número da versão, indicando que está instalado corretamente.
-
Para ver os comandos disponíveis executa help — clica em reproduzir abaixo para a demo: