mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore(cli): unhide netcheck command (#8412)
This commit is contained in:
@@ -35,6 +35,7 @@ Coder — A tool for provisioning self-hosted development environments with Terr
|
||||
| [<code>list</code>](./cli/list.md) | List workspaces |
|
||||
| [<code>login</code>](./cli/login.md) | Authenticate with Coder deployment |
|
||||
| [<code>logout</code>](./cli/logout.md) | Unauthenticate your local session |
|
||||
| [<code>netcheck</code>](./cli/netcheck.md) | Print network debug information for DERP and STUN |
|
||||
| [<code>ping</code>](./cli/ping.md) | Ping a workspace |
|
||||
| [<code>port-forward</code>](./cli/port-forward.md) | Forward ports from machine to a workspace |
|
||||
| [<code>provisionerd</code>](./cli/provisionerd.md) | Manage provisioner daemons |
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
||||
|
||||
# netcheck
|
||||
|
||||
Print network debug information for DERP and STUN
|
||||
|
||||
## Usage
|
||||
|
||||
```console
|
||||
coder netcheck
|
||||
```
|
||||
@@ -592,6 +592,11 @@
|
||||
"description": "Unauthenticate your local session",
|
||||
"path": "cli/logout.md"
|
||||
},
|
||||
{
|
||||
"title": "netcheck",
|
||||
"description": "Print network debug information for DERP and STUN",
|
||||
"path": "cli/netcheck.md"
|
||||
},
|
||||
{
|
||||
"title": "ping",
|
||||
"description": "Ping a workspace",
|
||||
|
||||
Reference in New Issue
Block a user