Menu
Dev-Loop logoDev-LoopDocs
GitHub
Dev-Loop logoDev-Loop
  • Docs
  • GitHub
  • Introduction
    • Getting Started
    • Runtime Abstraction
    • Creating a Declarative CLI
  • Walkthrough
    • Installing Dev-Loop
    • Set Up The Walkthrough
    • Our First Task
    • Executors
    • Adding More Tasks
    • Pipelining
    • Presets
    • Final Things
  • Schemas
    • ProvideConf
    • ExecutorConf
    • LocationConf
    • PresetConf
    • TopLevelConf
    • NeedsRequirement
    • PipelineStep
    • OneofOption
    • TaskConf
    • TaskConfFile
    • ExecutorConfFile

TaskConfFile

Represents the config that lives inside of a dl-tasks.yml file.

  • tasks: List[TaskConf][REQUIRED]

A list of tasks.

Edit this page
Previous

« TaskConf

Next

ExecutorConfFile »