1
0
mirror of https://github.com/go-task/task.git synced 2025-08-08 22:36:57 +02:00
This commit is contained in:
Valentin Maerten
2025-08-08 10:51:25 +02:00
parent 3acbfd9b98
commit b8ede7979a

View File

@ -53,7 +53,7 @@ output:
method: timestamp
```
### `includes`
### [`includes`](#include)
- **Type**: `map[string]Include`
- **Description**: Include other Taskfiles
@ -77,7 +77,7 @@ includes:
checksum: abc123...
```
### `vars`
### [`vars`](#variable)
- **Type**: `map[string]Variable`
- **Description**: Global variables available to all tasks
@ -118,7 +118,7 @@ env:
sh: echo $DATABASE_URL
```
### `tasks`
### [`tasks`](#task)
- **Type**: `map[string]Task`
- **Description**: Task definitions