Install Aspire CLI
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
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 installieren
Aspire CLI global installieren curl -sSL https://aspire.dev/install.sh | bashAspire CLI global installieren Invoke-Expression "& { $(Invoke-RestMethod https://aspire.dev/install.ps1) }" -
Installation verifizieren, indem die Version geprüft wird
Aspire CLI Version prüfen aspire --versionAspire CLI Version prüfen aspire --versionDie Versionsnummer der Aspire CLI sollte angezeigt werden; das bestätigt die korrekte Installation.
-
Verfügbare Befehle und Optionen anzeigen: Hilfe ausführen – unten Play wählen für eine Demo: