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

ExecutorConfFile

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

  • executors: List[ExecutorConf][REQUIRED]

A list of executors that can be selected.

Edit this page
Previous

« TaskConfFile