summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/cli.mdx
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-12-26 14:24:44 -0600
committerAdam <[email protected]>2025-12-26 14:47:53 -0600
commitb2f45d574f26e8c4c4d48a03ef51c3a421a48b50 (patch)
treefce66ad36f13901290fd1e4215ae80dc71140384 /packages/web/src/content/docs/cli.mdx
parent1e2ef07c9789b8f156cc8ad366111149b8fba255 (diff)
downloadopencode-b2f45d574f26e8c4c4d48a03ef51c3a421a48b50.tar.gz
opencode-b2f45d574f26e8c4c4d48a03ef51c3a421a48b50.zip
Reapply "feat(core): optional mdns service (#6192)"
This reverts commit 505068d5a6cccc732aed76580f9bec6a5dbca507.
Diffstat (limited to 'packages/web/src/content/docs/cli.mdx')
-rw-r--r--packages/web/src/content/docs/cli.mdx18
1 files changed, 10 insertions, 8 deletions
diff --git a/packages/web/src/content/docs/cli.mdx b/packages/web/src/content/docs/cli.mdx
index e4e40ac7a..4a826e5b3 100644
--- a/packages/web/src/content/docs/cli.mdx
+++ b/packages/web/src/content/docs/cli.mdx
@@ -335,10 +335,11 @@ This starts an HTTP server that provides API access to opencode functionality wi
#### Flags
-| Flag | Short | Description |
-| ------------ | ----- | --------------------- |
-| `--port` | `-p` | Port to listen on |
-| `--hostname` | | Hostname to listen on |
+| Flag | Description |
+| ------------ | --------------------- |
+| `--port` | Port to listen on |
+| `--hostname` | Hostname to listen on |
+| `--mdns` | Enable mDNS discovery |
---
@@ -428,10 +429,11 @@ This starts an HTTP server and opens a web browser to access OpenCode through a
#### Flags
-| Flag | Short | Description |
-| ------------ | ----- | --------------------- |
-| `--port` | `-p` | Port to listen on |
-| `--hostname` | | Hostname to listen on |
+| Flag | Description |
+| ------------ | --------------------- |
+| `--port` | Port to listen on |
+| `--hostname` | Hostname to listen on |
+| `--mdns` | Enable mDNS discovery |
---