1- ## coder ws
1+ ## coder workspaces
22
33Interact with Coder workspaces
44
@@ -9,7 +9,7 @@ Perform operations on the Coder workspaces owned by the active user.
99### Options
1010
1111```
12- -h, --help help for ws
12+ -h, --help help for workspaces
1313```
1414
1515### Options inherited from parent commands
@@ -21,12 +21,11 @@ Perform operations on the Coder workspaces owned by the active user.
2121### SEE ALSO
2222
2323* [ coder] ( coder.md ) - coder provides a CLI for working with an existing Coder installation
24- * [ coder ws create] ( coder_ws_create.md ) - create a new workspace.
25- * [ coder ws create-from-config] ( coder_ws_create-from-config.md ) - create a new workspace from a template
26- * [ coder ws edit] ( coder_ws_edit.md ) - edit an existing workspace and initiate a rebuild.
27- * [ coder ws ls] ( coder_ws_ls.md ) - list all workspaces owned by the active user
28- * [ coder ws rebuild] ( coder_ws_rebuild.md ) - rebuild a Coder workspace
29- * [ coder ws rm] ( coder_ws_rm.md ) - remove Coder workspaces by name
30- * [ coder ws stop] ( coder_ws_stop.md ) - stop Coder workspaces by name
31- * [ coder ws watch-build] ( coder_ws_watch-build.md ) - trail the build log of a Coder workspace
32-
24+ * [ coder workspaces create] ( coder_workspaces_create.md ) - create a new workspace.
25+ * [ coder workspaces create-from-config] ( coder_workspaces_create-from-config.md ) - create a new workspace from a template
26+ * [ coder workspaces edit] ( coder_workspaces_edit.md ) - edit an existing workspace and initiate a rebuild.
27+ * [ coder workspaces ls] ( coder_workspaces_ls.md ) - list all workspaces owned by the active user
28+ * [ coder workspaces rebuild] ( coder_workspaces_rebuild.md ) - rebuild a Coder workspace
29+ * [ coder workspaces rm] ( coder_workspaces_rm.md ) - remove Coder workspaces by name
30+ * [ coder workspaces stop] ( coder_workspaces_stop.md ) - stop Coder workspaces by name
31+ * [ coder workspaces watch-build] ( coder_workspaces_watch-build.md ) - trail the build log of a Coder workspace
0 commit comments