diff options
| author | Ariane Emory <[email protected]> | 2026-04-19 00:24:23 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-18 23:24:23 -0500 |
| commit | f14ac472a3ba96c1cf400223c5957d86ed7a4a2d (patch) | |
| tree | 57c01cec411161a21ce4ee8286347f8331783454 /packages | |
| parent | 9ed93715efde1db921b952448a4bc64f7a48ee1e (diff) | |
| download | opencode-f14ac472a3ba96c1cf400223c5957d86ed7a4a2d.tar.gz opencode-f14ac472a3ba96c1cf400223c5957d86ed7a4a2d.zip | |
docs: document --dangerously-skip-permissions CLI flag (#23371)
Diffstat (limited to 'packages')
| -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 786b9d3d9..612826cab 100644 --- a/packages/web/src/content/docs/cli.mdx +++ b/packages/web/src/content/docs/cli.mdx @@ -349,6 +349,7 @@ opencode run --attach http://localhost:4096 "Explain async/await in JavaScript" | `--title` | | Title for the session (uses truncated prompt if no value provided) | | `--attach` | | Attach to a running opencode server (e.g., http://localhost:4096) | | `--port` | | Port for the local server (defaults to random port) | +| `--dangerously-skip-permissions` | | Auto-approve permissions that are not explicitly denied (dangerous!) | --- |
