docs: document the 'Use *.dev.localhost URLs?' interactive prompt for aspire new#697
Open
docs: document the 'Use *.dev.localhost URLs?' interactive prompt for aspire new#697
aspire new#697Conversation
… aspire new Agent-Logs-Url: https://github.com/microsoft/aspire.dev/sessions/49848864-c0a9-482c-a045-a860f76cb80f Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add documentation for '*.dev.localhost' prompt in aspire new command
docs: document the 'Use *.dev.localhost URLs?' interactive prompt for Apr 10, 2026
aspire new
IEvangelist
approved these changes
Apr 10, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adds missing reference documentation for the aspire new interactive prompt “Use *.dev.localhost URLs?” so users understand the tradeoffs between wildcard subdomain HTTPS URLs and standard localhost URLs during template creation.
Changes:
- Adds an Interactive prompts section to the
aspire newcommand reference. - Documents what choosing Yes vs No does for generated service URLs.
- Adds a Safari-related note for
*.localhost-style subdomains.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
src/frontend/src/content/docs/reference/cli/commands/aspire-new.mdx
Outdated
Show resolved
Hide resolved
src/frontend/src/content/docs/reference/cli/commands/aspire-new.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
IEvangelist
approved these changes
Apr 11, 2026
…host wording Agent-Logs-Url: https://github.com/microsoft/aspire.dev/sessions/b4be3134-13a1-4f17-b67e-dd41e7a87ace Co-authored-by: IEvangelist <7679720+IEvangelist@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.
The
aspire newcommand reference page had no documentation for the "Use *.dev.localhost URLs?" interactive prompt, leaving users without enough context to make an informed choice.Changes
aspire-new.mdxwith a dedicated sub-section for the*.dev.localhostprompt*.dev.localhostsubdomains (HTTPS) vs. standardlocalhost:<port>(HTTP)aspire certs trustprerequisite with a<LearnMore>link to theaspire certs trustcommand referencehttp://localhost:<port>, no certificate setup required, works everywhere*.dev.localhostsubdomains don't resolve natively in Safari; added an<Aside>note pointing users to choose No or add a hosts-file entry