Skip to content

Commit 84219a3

Browse files
committed
make gen
1 parent 2507ab1 commit 84219a3

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

cli/testdata/coder_--help.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ USAGE:
1414
$ coder templates init
1515

1616
SUBCOMMANDS:
17+
autoupdate Toggle auto-update policy for a workspace
1718
config-ssh Add an SSH Host entry for your workspaces "ssh
1819
coder.workspace"
1920
create Create a workspace

docs/cli.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Coder — A tool for provisioning self-hosted development environments with Terr
2525

2626
| Name | Purpose |
2727
| ------------------------------------------------------ | ----------------------------------------------------------------------------------------------------- |
28+
| [<code>autoupdate</code>](./cli/autoupdate.md) | Toggle auto-update policy for a workspace |
2829
| [<code>config-ssh</code>](./cli/config-ssh.md) | Add an SSH Host entry for your workspaces "ssh coder.workspace" |
2930
| [<code>create</code>](./cli/create.md) | Create a workspace |
3031
| [<code>delete</code>](./cli/delete.md) | Delete a workspace |

docs/manifest.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,11 @@
569569
"path": "./cli.md",
570570
"icon_path": "./images/icons/terminal.svg",
571571
"children": [
572+
{
573+
"title": "autoupdate",
574+
"description": "Toggle auto-update policy for a workspace",
575+
"path": "cli/autoupdate.md"
576+
},
572577
{
573578
"title": "coder",
574579
"path": "cli.md"

0 commit comments

Comments
 (0)