From d7baa49d6d6d40083ce03001bc502e0204286cb0 Mon Sep 17 00:00:00 2001 From: Edward Angert Date: Wed, 23 Oct 2024 11:15:55 -0400 Subject: [PATCH] docs: add primary to wsproxy ls (#15185) Add primary to `coder wsproxy ls` results in --------- Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com> --- docs/admin/networking/workspace-proxies.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/admin/networking/workspace-proxies.md b/docs/admin/networking/workspace-proxies.md index 301614ad49..968082322e 100644 --- a/docs/admin/networking/workspace-proxies.md +++ b/docs/admin/networking/workspace-proxies.md @@ -54,12 +54,13 @@ Deploying the workspace proxy will also register the proxy with coderd and make the workspace proxy usable. If the proxy deployment is successful, `coder wsproxy ls` will show an `ok` status code: -``` +```shell $ coder wsproxy ls NAME URL STATUS STATUS -brazil-saopaulo https://brazil.example.com ok -europe-frankfurt https://europe.example.com ok -sydney https://sydney.example.com ok +primary https://dev.coder.com ok +brazil-saopaulo https://brazil.example.com ok +europe-frankfurt https://europe.example.com ok +sydney https://sydney.example.com ok ``` Other Status codes: