summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs
diff options
context:
space:
mode:
authorIdris Gadi <[email protected]>2026-02-04 02:37:40 +0530
committerGitHub <[email protected]>2026-02-03 15:07:40 -0600
commit6b5cf936a27a98b84e3e92f8f41723bad1024cde (patch)
treefb53552bcb904415a8af31e058dbe82104d65622 /packages/web/src/content/docs
parent17e62b050f744adcc9ca30f59ab9ed45ba3184f8 (diff)
downloadopencode-6b5cf936a27a98b84e3e92f8f41723bad1024cde.tar.gz
opencode-6b5cf936a27a98b84e3e92f8f41723bad1024cde.zip
docs: add missing environmental flags to the list (#11146)
Diffstat (limited to 'packages/web/src/content/docs')
-rw-r--r--packages/web/src/content/docs/cli.mdx4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/cli.mdx b/packages/web/src/content/docs/cli.mdx
index 7fb948f50..2d68e1773 100644
--- a/packages/web/src/content/docs/cli.mdx
+++ b/packages/web/src/content/docs/cli.mdx
@@ -569,10 +569,14 @@ OpenCode can be configured using environment variables.
| `OPENCODE_DISABLE_CLAUDE_CODE` | boolean | Disable reading from `.claude` (prompt + skills) |
| `OPENCODE_DISABLE_CLAUDE_CODE_PROMPT` | boolean | Disable reading `~/.claude/CLAUDE.md` |
| `OPENCODE_DISABLE_CLAUDE_CODE_SKILLS` | boolean | Disable loading `.claude/skills` |
+| `OPENCODE_DISABLE_MODELS_FETCH` | boolean | Disable fetching models from remote sources |
+| `OPENCODE_FAKE_VCS` | string | Fake VCS provider for testing purposes |
+| `OPENCODE_DISABLE_FILETIME_CHECK` | boolean | Disable file time checking for optimization |
| `OPENCODE_CLIENT` | string | Client identifier (defaults to `cli`) |
| `OPENCODE_ENABLE_EXA` | boolean | Enable Exa web search tools |
| `OPENCODE_SERVER_PASSWORD` | string | Enable basic auth for `serve`/`web` |
| `OPENCODE_SERVER_USERNAME` | string | Override basic auth username (default `opencode`) |
+| `OPENCODE_MODELS_URL` | string | Custom URL for fetching models configuration |
---