Task Directory
Learn how to run tasks from a specific directory
Refer here for Include other Taskfile to run on different directory
We know that tasks are run in the current directory where the Taskfile is located. However, you can actually run the Taskfile tasks in another directory by using the dir
keyword.
If the directory does not exist, Task will create it.