Skip to content

Tools reference


Tools

This is available as the Application.tools property.

docker

docker: Docker

uv

uv: UV

Docker

If docker is not on the PATH, this will try to use podman instead. Additionally, Docker CLI hints are disabled to have less verbosity and a more consistent experience across different Docker-compatible tools.

Example usage:

app.tools.docker.run(["build", ".", "--tag", "my-image"])

UV

This will use the UV executable that comes with dda.

Example usage:

app.tools.uv.run(["pip", "tree"])