Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 5a1e017

Browse files
committed
Rename files with ws to workspaces
1 parent 7ef9bdf commit 5a1e017

10 files changed

+10
-0
lines changed

docs/coder.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ coder provides a CLI for working with an existing Coder installation
2222
* [coder urls](coder_urls.md) - Interact with workspace DevURLs
2323
* [coder users](coder_users.md) - Interact with Coder user accounts
2424
* [coder workspaces](coder_workspaces.md) - Interact with Coder workspaces
25+

docs/coder_ws.md renamed to docs/coder_workspaces.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ Perform operations on the Coder workspaces owned by the active user.
2929
* [coder workspaces rm](coder_workspaces_rm.md) - remove Coder workspaces by name
3030
* [coder workspaces stop](coder_workspaces_stop.md) - stop Coder workspaces by name
3131
* [coder workspaces watch-build](coder_workspaces_watch-build.md) - trail the build log of a Coder workspace
32+

docs/coder_ws_create-from-config.md renamed to docs/coder_workspaces_create-from-config.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@ coder workspaces create-from-config --name="dev-workspace" -f coder.yaml
4040
### SEE ALSO
4141

4242
* [coder workspaces](coder_workspaces.md) - Interact with Coder workspaces
43+

docs/coder_ws_create.md renamed to docs/coder_workspaces_create.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ coder workspaces create my-new-powerful-workspace --cpu 12 --disk 100 --memory 1
4444
### SEE ALSO
4545

4646
* [coder workspaces](coder_workspaces.md) - Interact with Coder workspaces
47+

docs/coder_ws_edit.md renamed to docs/coder_workspaces_edit.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ coder workspaces edit back-end-workspace --disk 20
4343
### SEE ALSO
4444

4545
* [coder workspaces](coder_workspaces.md) - Interact with Coder workspaces
46+

docs/coder_ws_ls.md renamed to docs/coder_workspaces_ls.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ coder workspaces ls [flags]
2828
### SEE ALSO
2929

3030
* [coder workspaces](coder_workspaces.md) - Interact with Coder workspaces
31+

docs/coder_ws_rebuild.md renamed to docs/coder_workspaces_rebuild.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ coder workspaces rebuild backend-workspace --force
3131
### SEE ALSO
3232

3333
* [coder workspaces](coder_workspaces.md) - Interact with Coder workspaces
34+

docs/coder_ws_rm.md renamed to docs/coder_workspaces_rm.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ coder workspaces rm [...workspace_names] [flags]
2323
### SEE ALSO
2424

2525
* [coder workspaces](coder_workspaces.md) - Interact with Coder workspaces
26+

docs/coder_ws_stop.md renamed to docs/coder_workspaces_stop.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ coder workspaces --user charlie@coder.com ls -o json \
4141
### SEE ALSO
4242

4343
* [coder workspaces](coder_workspaces.md) - Interact with Coder workspaces
44+

docs/coder_ws_watch-build.md renamed to docs/coder_workspaces_watch-build.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ coder workspaces watch-build front-end-workspace
2828
### SEE ALSO
2929

3030
* [coder workspaces](coder_workspaces.md) - Interact with Coder workspaces
31+

0 commit comments

Comments
 (0)