Skip to main content
tally supports five output formats so it fits into both terminals and automation pipelines. Select a format with --format or the format key in .tally.toml.

Output options


Invocation-aware output

When you lint a Bake or Compose entrypoint, tally may run more than one invocation for the same Dockerfile. Output formats preserve that attribution: See Build invocations for CLI examples and supported entrypoints.

text (default)

Human-readable output with colors and source code snippets. Best for local development.
Example output:

Source snippets

Source snippets are shown by default. Toggle them with flags:
In .tally.toml: