Add token for Dashboard url when running aspire ps#16165
Merged
JamesNK merged 4 commits intomicrosoft:mainfrom Apr 15, 2026
Merged
Add token for Dashboard url when running aspire ps#16165JamesNK merged 4 commits intomicrosoft:mainfrom
aspire ps#16165JamesNK merged 4 commits intomicrosoft:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates aspire ps table output so the displayed Dashboard URL includes the full URL (including login token), aligning the visible value with the hyperlink target and addressing the request in #16028.
Changes:
- Update
pstable rendering to display the full dashboard URL (path + query) instead of only scheme/authority. - Add a unit test asserting that the table output includes the dashboard login token.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| tests/Aspire.Cli.Tests/Commands/PsCommandTests.cs | Adds coverage to ensure aspire ps table output includes the tokenized dashboard URL. |
| src/Aspire.Cli/Commands/PsCommand.cs | Changes the displayed dashboard URL in table format to use the full absolute URI. |
Contributor
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 16165Or
iex "& { $(irm https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 16165" |
JamesNK
approved these changes
Apr 15, 2026
JamesNK
reviewed
Apr 15, 2026
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Fixes #16028
Checklist
<remarks />and<code />elements on your triple slash comments?aspire.devissue:After changes :