Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/frontend/src/content/docs/whats-new/aspire-13-5.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Or install the CLI from scratch:
AppHost authors can now call `WithTerminal()` on a resource to enable interactive terminal sessions. The Dashboard and CLI can attach to and detach from the session at will, enabling live use of REPLs, shells, and other terminal programs running as Aspire resources. This is particularly powerful for resource orchestration workflows where you need to interact with services in real-time.

<LearnMore>
For details, see [WithTerminal() interactive terminal sessions](/app-host/interactive-terminal-sessions/).
For details, see [WithTerminal() interactive terminal sessions](/app-host/withterminal/).
</LearnMore>

## 🌐 IInteractionService available across polyglot AppHosts
Expand Down
Loading