Skip to content

Commit c6cea61

Browse files
committed
chore: update development section
Signed-off-by: Evgeniy Frolov <[email protected]>
1 parent 6f92a49 commit c6cea61

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

DEVELOPMENT.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ ___
77

88
- Install [werf](http://werf.io/docs/index.html).
99
- Install [task](https://taskfile.dev/installation/).
10+
- Before using Taskfile, set the environment variable:
11+
```shell
12+
export TASK_X_REMOTE_TASKFILES=1
13+
```
14+
(Add this to your shell configuration file, e.g., `.bashrc` or `.zshrc`, for persistence.)
15+
- To skip confirmation prompts when running tasks, use the `--yes` flag:
16+
```shell
17+
task --yes taskname
18+
```
19+
Useful for automation or when you're sure the task should run without manual confirmation.
1020
1121
### Local development setup
1222

0 commit comments

Comments
 (0)