[release/9.4] Add scripts to download aspire-cli#10436
Merged
joperezr merged 30 commits intorelease/9.4from Jul 15, 2025
Merged
[release/9.4] Add scripts to download aspire-cli#10436joperezr merged 30 commits intorelease/9.4from
joperezr merged 30 commits intorelease/9.4from
Conversation
Only works with `https://aka.ms/dotnet/9.0/daily/aspire-cli-${os}-${arch}.{zip,.tar.gz}` style urls.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…hether we got redirected to a html page
Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
…nagement This commit enhances the bash script to automatically install the Aspire CLI to a standard location - `$HOME/.aspire/bin` and update the current session's PATH environment variable. - It also adds GitHub Actions support by updating `GITHUB_PATH`, improves user experience with colored output functions, and provides better help documentation. The script now functions more like a proper installer rather than just a downloader.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
davidfowl
approved these changes
Jul 15, 2025
davidfowl
approved these changes
Jul 15, 2025
joperezr
approved these changes
Jul 15, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #10254 to release/9.4
Also, cherry picked commit from #10437
/cc @radical
Customer Impact
Testing
Risk
Regression?