Install Aspire CLI
Dette indhold er ikke tilgængeligt i dit sprog endnu.
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.
-
Installer Aspire CLI'en
Installer Aspire CLI'en globalt curl -sSL https://aspire.dev/install.sh | bashInstaller Aspire CLI'en globalt Invoke-Expression "& { $(Invoke-RestMethod https://aspire.dev/install.ps1) }" -
Verificér installationen ved at tjekke versionen
Tjek Aspire CLI-version aspire --versionTjek Aspire CLI-version aspire --versionDu bør se versionsnummeret, hvilket viser at Aspire CLI er installeret korrekt.
-
Se tilgængelige kommandoer og muligheder ved at køre help — vælg afspil nedenfor for en demo: