Install Aspire CLI
Questi contenuti non sono ancora disponibili nella tua lingua.
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.
-
Installa la CLI Aspire
Installa globalmente la CLI Aspire curl -sSL https://aspire.dev/install.sh | bashInstalla globalmente la CLI Aspire Invoke-Expression "& { $(Invoke-RestMethod https://aspire.dev/install.ps1) }" -
Verifica l'installazione controllando la versione
Controlla la versione della CLI Aspire aspire --versionControlla la versione della CLI Aspire aspire --versionDovresti vedere il numero di versione della CLI Aspire, confermando l'installazione corretta.
-
Per vedere i comandi disponibili esegui help — premi play sotto per la demo: