-
Notifications
You must be signed in to change notification settings - Fork 14
Terms
Fabian Holler edited this page Feb 11, 2025
·
1 revision
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.
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.
A task consists of a set of inputs, a command that is executed and \ optionally outputs that are produced by the command.