Install Aspire CLI
이 콘텐츠는 아직 번역되지 않았습니다.
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 설치
Aspire CLI 전역 설치 curl -sSL https://aspire.dev/install.sh | bashAspire CLI 전역 설치 Invoke-Expression "& { $(Invoke-RestMethod https://aspire.dev/install.ps1) }" -
버전을 확인해 설치 검증
Aspire CLI 버전 확인 aspire --versionAspire CLI 버전 확인 aspire --versionAspire CLI 버전 번호가 표시되면 올바르게 설치된 것입니다.
-
사용 가능한 명령을 보려면 help 실행 — 아래 재생 버튼으로 데모 보기: