diff options
| author | Sebastian <[email protected]> | 2026-02-25 23:53:09 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-25 23:53:09 +0100 |
| commit | 9d29d692c6d93322f5894cca4232d80106e7c81a (patch) | |
| tree | 65ac7313b158679e73722a90f7c813291a0ba03c /packages/web/src/content/docs/cli.mdx | |
| parent | 1172fa418e9aa5e0fcfccea326c6c9d35e1d57fd (diff) | |
| download | opencode-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.mdx | 1 |
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 | |
