This repository was archived by the owner on Aug 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ coder provides a CLI for working with an existing Coder installation
20
20
* [ coder ssh] ( coder_ssh.md ) - Enter a shell of execute a command over SSH into a Coder workspace
21
21
* [ coder sync] ( coder_sync.md ) - Establish a one way directory sync to a Coder workspace
22
22
* [ coder tokens] ( coder_tokens.md ) - manage Coder API tokens for the active user
23
+ * [ coder update] ( coder_update.md ) - Update coder binary
23
24
* [ coder urls] ( coder_urls.md ) - Interact with workspace DevURLs
24
25
* [ coder users] ( coder_users.md ) - Interact with Coder user accounts
25
26
* [ coder workspaces] ( coder_workspaces.md ) - Interact with Coder workspaces
Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments