Skip to content
Fabian Holler edited this page Feb 11, 2025 · 1 revision

Terminology

Application

A baur application, defines one or more tasks in it's .app.toml file.
The file is stored in the root of the application directory.

Repository

A directory structure that contains baur application configuration files is called a repository. The directory that contains the .baur.toml repository configuration file is the root of the repository. In most cases this is also the root of a Git repository.

Task

A task consists of a set of inputs, a command that is executed and \ optionally outputs that are produced by the command.

Clone this wiki locally