Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 9fb2407

Browse files
committed
chore: generate
1 parent 542c9d5 commit 9fb2407

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

  • packages/web/src/content/docs

packages/web/src/content/docs/cli.mdx

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -551,26 +551,26 @@ The opencode CLI takes the following global flags.
551551

552552
OpenCode can be configured using environment variables.
553553

554-
| Variable | Type | Description |
555-
| ------------------------------------- | ------- | ---------------------------------------- |
556-
| `OPENCODE_AUTO_SHARE` | boolean | Automatically share sessions |
557-
| `OPENCODE_GIT_BASH_PATH` | string | Path to Git Bash executable on Windows |
558-
| `OPENCODE_CONFIG` | string | Path to config file |
559-
| `OPENCODE_CONFIG_DIR` | string | Path to config directory |
560-
| `OPENCODE_CONFIG_CONTENT` | string | Inline json config content |
561-
| `OPENCODE_DISABLE_AUTOUPDATE` | boolean | Disable automatic update checks |
562-
| `OPENCODE_DISABLE_PRUNE` | boolean | Disable pruning of old data |
563-
| `OPENCODE_DISABLE_TERMINAL_TITLE` | boolean | Disable automatic terminal title updates |
564-
| `OPENCODE_PERMISSION` | string | Inlined json permissions config |
565-
| `OPENCODE_DISABLE_DEFAULT_PLUGINS` | boolean | Disable default plugins |
566-
| `OPENCODE_DISABLE_LSP_DOWNLOAD` | boolean | Disable automatic LSP server downloads |
567-
| `OPENCODE_ENABLE_EXPERIMENTAL_MODELS` | boolean | Enable experimental models |
568-
| `OPENCODE_DISABLE_AUTOCOMPACT` | boolean | Disable automatic context compaction |
554+
| Variable | Type | Description |
555+
| ------------------------------------- | ------- | ------------------------------------------------ |
556+
| `OPENCODE_AUTO_SHARE` | boolean | Automatically share sessions |
557+
| `OPENCODE_GIT_BASH_PATH` | string | Path to Git Bash executable on Windows |
558+
| `OPENCODE_CONFIG` | string | Path to config file |
559+
| `OPENCODE_CONFIG_DIR` | string | Path to config directory |
560+
| `OPENCODE_CONFIG_CONTENT` | string | Inline json config content |
561+
| `OPENCODE_DISABLE_AUTOUPDATE` | boolean | Disable automatic update checks |
562+
| `OPENCODE_DISABLE_PRUNE` | boolean | Disable pruning of old data |
563+
| `OPENCODE_DISABLE_TERMINAL_TITLE` | boolean | Disable automatic terminal title updates |
564+
| `OPENCODE_PERMISSION` | string | Inlined json permissions config |
565+
| `OPENCODE_DISABLE_DEFAULT_PLUGINS` | boolean | Disable default plugins |
566+
| `OPENCODE_DISABLE_LSP_DOWNLOAD` | boolean | Disable automatic LSP server downloads |
567+
| `OPENCODE_ENABLE_EXPERIMENTAL_MODELS` | boolean | Enable experimental models |
568+
| `OPENCODE_DISABLE_AUTOCOMPACT` | boolean | Disable automatic context compaction |
569569
| `OPENCODE_DISABLE_CLAUDE_CODE` | boolean | Disable reading from `.claude` (prompt + skills) |
570-
| `OPENCODE_DISABLE_CLAUDE_CODE_PROMPT` | boolean | Disable reading `~/.claude/CLAUDE.md` |
571-
| `OPENCODE_DISABLE_CLAUDE_CODE_SKILLS` | boolean | Disable loading `.claude/skills` |
572-
| `OPENCODE_CLIENT` | string | Client identifier (defaults to `cli`) |
573-
| `OPENCODE_ENABLE_EXA` | boolean | Enable Exa web search tools |
570+
| `OPENCODE_DISABLE_CLAUDE_CODE_PROMPT` | boolean | Disable reading `~/.claude/CLAUDE.md` |
571+
| `OPENCODE_DISABLE_CLAUDE_CODE_SKILLS` | boolean | Disable loading `.claude/skills` |
572+
| `OPENCODE_CLIENT` | string | Client identifier (defaults to `cli`) |
573+
| `OPENCODE_ENABLE_EXA` | boolean | Enable Exa web search tools |
574574

575575
---
576576

0 commit comments

Comments
 (0)