File tree 3 files changed +7
-0
lines changed 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 14
14
$ coder templates init
15
15
16
16
SUBCOMMANDS:
17
+ autoupdate Toggle auto-update policy for a workspace
17
18
config-ssh Add an SSH Host entry for your workspaces "ssh
18
19
coder.workspace"
19
20
create Create a workspace
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ Coder — A tool for provisioning self-hosted development environments with Terr
25
25
26
26
| Name | Purpose |
27
27
| ------------------------------------------------------ | ----------------------------------------------------------------------------------------------------- |
28
+ | [ <code >autoupdate</code >] ( ./cli/autoupdate.md ) | Toggle auto-update policy for a workspace |
28
29
| [ <code >config-ssh</code >] ( ./cli/config-ssh.md ) | Add an SSH Host entry for your workspaces "ssh coder.workspace" |
29
30
| [ <code >create</code >] ( ./cli/create.md ) | Create a workspace |
30
31
| [ <code >delete</code >] ( ./cli/delete.md ) | Delete a workspace |
Original file line number Diff line number Diff line change 569
569
"path" : " ./cli.md" ,
570
570
"icon_path" : " ./images/icons/terminal.svg" ,
571
571
"children" : [
572
+ {
573
+ "title" : " autoupdate" ,
574
+ "description" : " Toggle auto-update policy for a workspace" ,
575
+ "path" : " cli/autoupdate.md"
576
+ },
572
577
{
573
578
"title" : " coder" ,
574
579
"path" : " cli.md"
You can’t perform that action at this time.
0 commit comments