timheuer/setup-aspire
Install and cache the Aspire CLI on GitHub runners
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Aspire CLI version to install (mutually exclusive with quality) | no | — |
| quality | Aspire CLI channel to install (release|staging|dev); mutually exclusive with version | no | "" |
| install-path | Directory to install Aspire CLI binaries into | no | — |
| os | Override OS detection for installer (win|linux|linux-musl|osx) | no | — |
| arch | Override architecture detection for installer (x64|x86|arm64) | no | — |
| dotnet-prereq-check | Check for a minimum .NET SDK version before installing | no | true |
| cache | Cache the installed Aspire CLI via GitHub tool-cache | no | true |
Outputs
| name | description |
|---|---|
| cli-version | Detected Aspire CLI version after installation |
| bin-path | Path added to PATH that contains the aspire executable |