Glossary
- doot.toml
The main config file.
- task.toml
Files that provide taskspec.
- taskspec
A Toml Specification of a task.
- action
The smallest unit of action, which can correspond to a function.
- task
The Main unit of action, which structures action’s with setup and cleanup actions.
- job
A larger unit of action. A Task which can generate task’s.