Skip to content

Conversation

@IEvangelist
Copy link
Member

Related to dotnet/aspire#12924

Copilot AI review requested due to automatic review settings November 14, 2025 12:45
Copilot finished reviewing on behalf of IEvangelist November 14, 2025 12:48
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR simplifies the PowerShell installation command for the Aspire CLI across documentation and UI components, making it more concise and idiomatic by using PowerShell's pipeline operator.

  • Updated PowerShell command syntax from iex "& { $(irm https://aspire.dev/install.ps1) }" to irm https://aspire.dev/install.ps1 | iex
  • Applied the change consistently across documentation pages and UI components
  • Improved text formatting in modal component messages

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/frontend/src/content/docs/whats-new/aspire-9-5.mdx Updated PowerShell installation command in Aspire 9.5 upgrade instructions
src/frontend/src/content/docs/whats-new/aspire-13.mdx Updated PowerShell installation command in Aspire 13.0 upgrade instructions
src/frontend/src/content/docs/get-started/install-cli.mdx Updated PowerShell installation command in CLI installation guide
src/frontend/src/components/InstallCliModal.astro Updated PowerShell command in install modal and improved text formatting for version notices
src/frontend/src/components/InstallAspireCLI.astro Updated PowerShell installation command in CLI installation component

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

<Code
lang="powershell"
code='iex "& { $(irm https://aspire.dev/install.ps1) }"'
code='irm https://aspire.dev/install.ps1 | iex'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we update this as well in our main repo if we haven't already?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In Learn?

@IEvangelist IEvangelist merged commit 87d5545 into main Nov 17, 2025
7 checks passed
@IEvangelist IEvangelist deleted the simplif-cli branch November 18, 2025 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants