docs: close two unterminated code fences and fix --trust flag name (#2955)

This commit is contained in:
shaurya
2026-08-04 19:54:23 +05:30
committed by GitHub
parent d04748f0a4
commit 886d1ea650
3 changed files with 4 additions and 1 deletions

View File

@@ -229,7 +229,8 @@ remote Taskfiles:
Sometimes you need to run Task in an environment that does not have an
interactive terminal, so you are not able to accept a prompt. In these cases you
are able to tell task to accept these prompts automatically by using the `--yes`
flag or the `--trust` flag. The `--trust` flag allows you to specify trusted
flag or the `--trusted-hosts` flag. The `--trusted-hosts` flag allows you to
specify trusted
hosts for remote Taskfiles, while `--yes` applies to all prompts in Task. You
can also configure trusted hosts in your [taskrc configuration](#trusted-hosts) using
`remote.trusted-hosts`. Before enabling automatic trust, you should:

View File

@@ -194,3 +194,4 @@ temp-dir: .task
# Enable experimental features
experiments:
REMOTE_TASKFILES: 1
```

View File

@@ -735,6 +735,7 @@ tasks:
ref: .ALLOWED_ENVS
cmds:
- ./deploy.sh
```
#### [`vars`](#variable)