From 886d1ea6502749d878d46f12e72eed4ba4dd3344 Mon Sep 17 00:00:00 2001 From: shaurya Date: Tue, 4 Aug 2026 19:54:23 +0530 Subject: [PATCH] docs: close two unterminated code fences and fix --trust flag name (#2955) --- website/src/docs/experiments/remote-taskfiles.md | 3 ++- website/src/docs/reference/config.md | 1 + website/src/docs/reference/schema.md | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/website/src/docs/experiments/remote-taskfiles.md b/website/src/docs/experiments/remote-taskfiles.md index 9eeb192d..9c031e1d 100644 --- a/website/src/docs/experiments/remote-taskfiles.md +++ b/website/src/docs/experiments/remote-taskfiles.md @@ -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: diff --git a/website/src/docs/reference/config.md b/website/src/docs/reference/config.md index 7222b713..cf58ae8f 100644 --- a/website/src/docs/reference/config.md +++ b/website/src/docs/reference/config.md @@ -194,3 +194,4 @@ temp-dir: .task # Enable experimental features experiments: REMOTE_TASKFILES: 1 +``` diff --git a/website/src/docs/reference/schema.md b/website/src/docs/reference/schema.md index 4358ef0b..40d8205c 100644 --- a/website/src/docs/reference/schema.md +++ b/website/src/docs/reference/schema.md @@ -735,6 +735,7 @@ tasks: ref: .ALLOWED_ENVS cmds: - ./deploy.sh +``` #### [`vars`](#variable)