Skip to content

Commit f14ac47

Browse files
authored
docs: document --dangerously-skip-permissions CLI flag (#23371)
1 parent 9ed9371 commit f14ac47

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/web/src/content/docs

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ opencode run --attach http://localhost:4096 "Explain async/await in JavaScript"
349349
| `--title` | | Title for the session (uses truncated prompt if no value provided) |
350350
| `--attach` | | Attach to a running opencode server (e.g., http://localhost:4096) |
351351
| `--port` | | Port for the local server (defaults to random port) |
352+
| `--dangerously-skip-permissions` | | Auto-approve permissions that are not explicitly denied (dangerous!) |
352353

353354
---
354355

0 commit comments

Comments
 (0)