We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent31076ad commit1406838Copy full SHA for 1406838
enterprise/cli/workspaceproxy.go
@@ -15,8 +15,11 @@ import (
15
16
func (r*RootCmd)workspaceProxy()*clibase.Cmd {
17
cmd:=&clibase.Cmd{
18
-Use:"workspace-proxy",
19
-Short:"Manage workspace proxies",
+Use:"workspace-proxy",
+Short:"Workspace proxies provide low-latency experiences for geo-distributed teams.",
20
+Long:"Workspace proxies provide low-latency experiences for geo-distributed teams. "+
21
+"It will act as a connection gateway to your workspace providing a lower latency solution "+
22
+"to connecting to your workspace if Coder and your workspace are deployed in different regions.",
23
Aliases: []string{"wsproxy"},
24
Hidden:true,
25
Handler:func(inv*clibase.Invocation)error {