Skip to content

Commit 886d1ea

Browse files
authored
docs: close two unterminated code fences and fix --trust flag name (#2955)
1 parent d04748f commit 886d1ea

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

website/src/docs/experiments/remote-taskfiles.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,8 @@ remote Taskfiles:
229229
Sometimes you need to run Task in an environment that does not have an
230230
interactive terminal, so you are not able to accept a prompt. In these cases you
231231
are able to tell task to accept these prompts automatically by using the `--yes`
232-
flag or the `--trust` flag. The `--trust` flag allows you to specify trusted
232+
flag or the `--trusted-hosts` flag. The `--trusted-hosts` flag allows you to
233+
specify trusted
233234
hosts for remote Taskfiles, while `--yes` applies to all prompts in Task. You
234235
can also configure trusted hosts in your [taskrc configuration](#trusted-hosts) using
235236
`remote.trusted-hosts`. Before enabling automatic trust, you should:

website/src/docs/reference/config.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,3 +194,4 @@ temp-dir: .task
194194
# Enable experimental features
195195
experiments:
196196
REMOTE_TASKFILES: 1
197+
```

website/src/docs/reference/schema.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,7 @@ tasks:
735735
ref: .ALLOWED_ENVS
736736
cmds:
737737
- ./deploy.sh
738+
```
738739

739740
#### [`vars`](#variable)
740741

0 commit comments

Comments
 (0)