File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -229,7 +229,8 @@ remote Taskfiles:
229229Sometimes you need to run Task in an environment that does not have an
230230interactive terminal, so you are not able to accept a prompt. In these cases you
231231are 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
233234hosts for remote Taskfiles, while `--yes` applies to all prompts in Task. You
234235can also configure trusted hosts in your [taskrc configuration](#trusted-hosts) using
235236`remote.trusted-hosts`. Before enabling automatic trust, you should :
Original file line number Diff line number Diff line change @@ -194,3 +194,4 @@ temp-dir: .task
194194# Enable experimental features
195195experiments:
196196 REMOTE_TASKFILES: 1
197+ ` ` `
Original file line number Diff line number Diff line change @@ -735,6 +735,7 @@ tasks:
735735 ref: .ALLOWED_ENVS
736736 cmds:
737737 - ./deploy.sh
738+ ` ` `
738739
739740# ### [`vars`](#variable)
740741
You can’t perform that action at this time.
0 commit comments