From ef8b456068e73242025f717fc2b44430a8ac34e4 Mon Sep 17 00:00:00 2001
From: "aspire-repo-bot[bot]"
<268009190+aspire-repo-bot[bot]@users.noreply.github.com>
Date: Wed, 12 Aug 2026 04:48:41 +0000
Subject: [PATCH] docs: remove misleading WithTerminal Shell option
Aligns docs with microsoft/aspire#18991, which removed TerminalOptions.Shell
since it never affected the launched process.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---
src/frontend/src/content/docs/app-host/with-terminal.mdx | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/frontend/src/content/docs/app-host/with-terminal.mdx b/src/frontend/src/content/docs/app-host/with-terminal.mdx
index 1e65c6147..0cd50d133 100644
--- a/src/frontend/src/content/docs/app-host/with-terminal.mdx
+++ b/src/frontend/src/content/docs/app-host/with-terminal.mdx
@@ -74,9 +74,12 @@ The terminal session is described by a set of options with sensible defaults:
| ------------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Columns` | `120` | The initial number of columns for the terminal grid. |
| `Rows` | `30` | The initial number of rows for the terminal grid. |
-| `Shell` | `null` | The shell to launch for the session. When `null`, the default is used: for containers this is typically `/bin/sh`; for executables the process itself is the terminal program. |
| `ShowTerminalHost` | `false` | Whether the hidden per-replica terminal host resources appear in the dashboard and CLI resource lists. Set to `true` to diagnose terminal-host startup or connectivity issues. |
+
+