Install Aspire CLI
Bu içerik henüz dilinizde mevcut değil.
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'yı yükle
Aspire CLI'yı global yükle curl -sSL https://aspire.dev/install.sh | bashAspire CLI'yı global yükle Invoke-Expression "& { $(Invoke-RestMethod https://aspire.dev/install.ps1) }" -
Kurulumu sürümü kontrol ederek doğrulayın
Aspire CLI sürümünü kontrol edin aspire --versionAspire CLI sürümünü kontrol edin aspire --versionAspire CLI sürüm numarasını görmelisiniz; bu doğru kurulduğunu gösterir.
-
Kullanılabilir komutları görmek için help çalıştırın — aşağıda oynat'a basın: