Skip to content

Commit 42c6b03

Browse files
committed
make gen
1 parent fd313db commit 42c6b03

File tree

4 files changed

+39
-0
lines changed

4 files changed

+39
-0
lines changed

docs/cli.md

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Coder — A tool for provisioning self-hosted development environments with Terr
3838
| [<code>login</code>](./cli/login.md) | Authenticate with Coder deployment |
3939
| [<code>logout</code>](./cli/logout.md) | Unauthenticate your local session |
4040
| [<code>netcheck</code>](./cli/netcheck.md) | Print network debug information for DERP and STUN |
41+
| [<code>open</code>](./cli/open.md) | Open a workspace |
4142
| [<code>ping</code>](./cli/ping.md) | Ping a workspace |
4243
| [<code>port-forward</code>](./cli/port-forward.md) | Forward ports from a workspace to the local machine. For reverse port forwarding, use "coder ssh -R". |
4344
| [<code>provisionerd</code>](./cli/provisionerd.md) | Manage provisioner daemons |

docs/cli/open.md

+17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/cli/open_vscode.md

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/manifest.json

+10
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,16 @@
705705
"description": "Print network debug information for DERP and STUN",
706706
"path": "cli/netcheck.md"
707707
},
708+
{
709+
"title": "open",
710+
"description": "Open a workspace",
711+
"path": "cli/open.md"
712+
},
713+
{
714+
"title": "open vscode",
715+
"description": "Open a workspace in Visual Studio Code",
716+
"path": "cli/open_vscode.md"
717+
},
708718
{
709719
"title": "ping",
710720
"description": "Ping a workspace",

0 commit comments

Comments
 (0)