We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed9371 commit f14ac47Copy full SHA for f14ac47
1 file changed
packages/web/src/content/docs/cli.mdx
@@ -349,6 +349,7 @@ opencode run --attach http://localhost:4096 "Explain async/await in JavaScript"
349
| `--title` | | Title for the session (uses truncated prompt if no value provided) |
350
| `--attach` | | Attach to a running opencode server (e.g., http://localhost:4096) |
351
| `--port` | | Port for the local server (defaults to random port) |
352
+| `--dangerously-skip-permissions` | | Auto-approve permissions that are not explicitly denied (dangerous!) |
353
354
---
355
0 commit comments