Datadog Agent Development Tool (dda)

0.33.1 · active · verified Thu Apr 16

dda is a command-line tool designed for developing on the Datadog Agent platform. It provides a comprehensive set of utilities for contributors to set up development environments, build, test, and manage workflows for the Datadog Agent. The current version is 0.33.1, and it is actively maintained with frequent releases, supporting Python versions 3.12 and newer.

Common errors

Warnings

Install

Quickstart

dda is primarily a command-line interface (CLI) tool. After installation, you interact with it directly from your terminal. The example commands show how to verify the installation and use some common development environment commands.

# Verify dda installation
dda --version

# Set up a development environment (example command)
dda env dev up

# Run agent checks (example command)
dda agent check process

view raw JSON →