TaskΒΆ

Task is a group of Linux commands, including python functions, to run for a particular purpose. Task can have sub-tasks, therefore can be nested. The behavior of task can be configured by some options, thus the task can have a wide range of usage.

Task is defined by a task file, which the filename has suffix .task, and its content is actually in YAML format.