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

Commit f6ce76f

Browse files
committed
gendocs
1 parent 0801cfc commit f6ce76f

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

docs/coder.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ coder provides a CLI for working with an existing Coder installation
2020
* [coder ssh](coder_ssh.md) - Enter a shell of execute a command over SSH into a Coder workspace
2121
* [coder sync](coder_sync.md) - Establish a one way directory sync to a Coder workspace
2222
* [coder tokens](coder_tokens.md) - manage Coder API tokens for the active user
23+
* [coder update](coder_update.md) - Update coder binary
2324
* [coder urls](coder_urls.md) - Interact with workspace DevURLs
2425
* [coder users](coder_users.md) - Interact with Coder user accounts
2526
* [coder workspaces](coder_workspaces.md) - Interact with Coder workspaces

docs/coder_update.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## coder update
2+
3+
Update coder binary
4+
5+
### Synopsis
6+
7+
Update coder to the version matching a given coder instance.
8+
9+
```
10+
coder update [flags]
11+
```
12+
13+
### Options
14+
15+
```
16+
--coder string coder instance against which to match version
17+
--force do not prompt for confirmation
18+
-h, --help help for update
19+
```
20+
21+
### Options inherited from parent commands
22+
23+
```
24+
-v, --verbose show verbose output
25+
```
26+
27+
### SEE ALSO
28+
29+
* [coder](coder.md) - coder provides a CLI for working with an existing Coder installation
30+

0 commit comments

Comments
 (0)