Install Aspire CLI
Konten ini belum tersedia dalam bahasa Anda.
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.
-
Instal Aspire CLI
Instal Aspire CLI secara global curl -sSL https://aspire.dev/install.sh | bashInstal Aspire CLI secara global Invoke-Expression "& { $(Invoke-RestMethod https://aspire.dev/install.ps1) }" -
Verifikasi instalasi dengan memeriksa versinya
Periksa versi Aspire CLI aspire --versionPeriksa versi Aspire CLI aspire --versionAnda akan melihat nomor versi Aspire CLI, menandakan instalasi berhasil.
-
Untuk melihat perintah yang tersedia jalankan help — tekan play di bawah untuk demo: