curl -sSL https://aspire.dev/install.sh | bash
curl -sSL https://aspire.dev/install.sh | bash -s -- -q staging
curl -sSL https://aspire.dev/install.sh | bash -s -- -q dev
irm https://aspire.dev/install.ps1 | iex
iex "& { $(irm https://aspire.dev/install.ps1) } -Quality staging"
iex "& { $(irm https://aspire.dev/install.ps1) } -Quality dev"
Bu içerik henüz dilinizde mevcut değil.
-d, --debug
Enable debug logging to the console, which prints detailed information about what Aspire CLI is doing when a command is run.