summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/cli.mdx
diff options
context:
space:
mode:
authorSebastian <[email protected]>2026-02-25 23:53:09 +0100
committerGitHub <[email protected]>2026-02-25 23:53:09 +0100
commit9d29d692c6d93322f5894cca4232d80106e7c81a (patch)
tree65ac7313b158679e73722a90f7c813291a0ba03c /packages/web/src/content/docs/cli.mdx
parent1172fa418e9aa5e0fcfccea326c6c9d35e1d57fd (diff)
downloadopencode-9d29d692c6d93322f5894cca4232d80106e7c81a.tar.gz
opencode-9d29d692c6d93322f5894cca4232d80106e7c81a.zip
split tui/server config (#13968)
Diffstat (limited to 'packages/web/src/content/docs/cli.mdx')
-rw-r--r--packages/web/src/content/docs/cli.mdx1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/cli.mdx b/packages/web/src/content/docs/cli.mdx
index c504f734f..6b1c3dee5 100644
--- a/packages/web/src/content/docs/cli.mdx
+++ b/packages/web/src/content/docs/cli.mdx
@@ -558,6 +558,7 @@ OpenCode can be configured using environment variables.
| `OPENCODE_AUTO_SHARE` | boolean | Automatically share sessions |
| `OPENCODE_GIT_BASH_PATH` | string | Path to Git Bash executable on Windows |
| `OPENCODE_CONFIG` | string | Path to config file |
+| `OPENCODE_TUI_CONFIG` | string | Path to TUI config file |
| `OPENCODE_CONFIG_DIR` | string | Path to config directory |
| `OPENCODE_CONFIG_CONTENT` | string | Inline json config content |
| `OPENCODE_DISABLE_AUTOUPDATE` | boolean | Disable automatic update checks |