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 を実行 — 下の再生でデモを表示: