Skip to content

dda

Usage:

dda [OPTIONS] COMMAND [ARGS]...

Options:

Name Type Description Default
--verbose, -v integer range (0 and above) Increase verbosity (can be used additively) [env var: DDA_VERBOSE] None
--quiet, -q integer range (0 and above) Decrease verbosity (can be used additively) [env var: DDA_QUIET] None
--color / --no-color boolean Whether or not to display colored output (default is auto-detection) [env vars: FORCE_COLOR/NO_COLOR] None
--interactive / --no-interactive boolean Whether or not to allow features like prompts and progress bars (default is auto-detection) [env var: DDA_INTERACTIVE] None
--data-dir text The path to a custom directory used to persist data [env var: DDA_DATA_DIR] None
--cache-dir text The path to a custom directory used to cache data [env var: DDA_CACHE_DIR] None
--config text The path to a custom config file to use [env var: DDA_CONFIG] None
--version boolean Show the version and exit. False
--help, -h boolean Show this message and exit. False

dda config

Manage the config file

Usage:

dda config [OPTIONS] COMMAND [ARGS]...

Options:

Name Type Description Default
--help, -h boolean Show this message and exit. False

dda config explore

Open the config location in your file manager.

Usage:

dda config explore [OPTIONS]

Options:

Name Type Description Default
--help, -h boolean Show this message and exit. False

dda config find

Output the location of the config file.

Usage:

dda config find [OPTIONS]

Options:

Name Type Description Default
--help, -h boolean Show this message and exit. False

dda config restore

Restore the config file to default settings.

Usage:

dda config restore [OPTIONS]

Options:

Name Type Description Default
--help, -h boolean Show this message and exit. False

dda config set

Set the value of config keys. If the value is omitted, you will be prompted, with the input hidden if it is sensitive.

Usage:

dda config set [OPTIONS] KEY [VALUE]

Options:

Name Type Description Default
--help, -h boolean Show this message and exit. False

dda config show

Render the contents of the config file.

Usage:

dda config show [OPTIONS]

Options:

Name Type Description Default
--all, -a boolean Do not scrub secret fields False
--help, -h boolean Show this message and exit. False

dda env

Work with environments

Usage:

dda env [OPTIONS] COMMAND [ARGS]...

Options:

Name Type Description Default
--help, -h boolean Show this message and exit. False

dda env dev

Work with developer environments

Usage:

dda env dev [OPTIONS] COMMAND [ARGS]...

Options:

Name Type Description Default
--help, -h boolean Show this message and exit. False

dda env dev code

Open a code editor for the developer environment.

Usage:

dda env dev code [OPTIONS]

Options:

Name Type Description Default
--type, -t choice (linux-container | windows-cloud) The type of developer environment None
--id text Unique identifier for the environment default
--repo, -r text The Datadog repository to work on None
--help, -h boolean Show this message and exit. False

dda env dev gui

Access a developer environment through a graphical interface.

Usage:

dda env dev gui [OPTIONS]

Options:

Name Type Description Default
--type, -t choice (linux-container | windows-cloud) The type of developer environment None
--id text Unique identifier for the environment default
--help, -h boolean Show this message and exit. False

dda env dev ls

List the available developer environments.

Usage:

dda env dev ls [OPTIONS]

Options:

Name Type Description Default
--help, -h boolean Show this message and exit. False

dda env dev remove

Remove a developer environment.

Usage:

dda env dev remove [OPTIONS]

Options:

Name Type Description Default
--type, -t choice (linux-container | windows-cloud) The type of developer environment None
--id text Unique identifier for the environment default
--help, -h boolean Show this message and exit. False

dda env dev run

Run a command within a developer environment.

Usage:

dda env dev run [OPTIONS] ARGS...

Options:

Name Type Description Default
--type, -t choice (linux-container | windows-cloud) The type of developer environment None
--id text Unique identifier for the environment default
--repo, -r text The Datadog repository in which to run the command None

dda env dev shell

Spawn a shell within a developer environment.

Usage:

dda env dev shell [OPTIONS]

Options:

Name Type Description Default
--type, -t choice (linux-container | windows-cloud) The type of developer environment None
--id text Unique identifier for the environment default
--repo, -r text The Datadog repository in which to enter None
--help, -h boolean Show this message and exit. False

dda env dev start

Start a developer environment.

Usage:

dda env dev start [OPTIONS]

Options:

Name Type Description Default
--type, -t choice (linux-container | windows-cloud) The type of developer environment None
--id text Unique identifier for the environment default
--help, -h boolean Show this message and exit. False

dda env dev status

Check the status of a developer environment.

Usage:

dda env dev status [OPTIONS]

Options:

Name Type Description Default
--type, -t choice (linux-container | windows-cloud) The type of developer environment None
--id text Unique identifier for the environment default
--help, -h boolean Show this message and exit. False

dda env dev stop

Stop a developer environment.

Usage:

dda env dev stop [OPTIONS]

Options:

Name Type Description Default
--type, -t choice (linux-container | windows-cloud) The type of developer environment None
--id text Unique identifier for the environment default
-r, --remove boolean Remove the environment after stopping False
--help, -h boolean Show this message and exit. False

dda inv

Invoke a local task.

Usage:

dda inv [OPTIONS] [ARGS]...

Options:

Name Type Description Default
--feat text Extra features to install (multiple allowed).
After a feature is installed once, it will always be available. None
--dep text Extra dependencies to install (multiple allowed).
After a dependency is installed once, it will always be available. None
--no-dynamic-deps boolean Assume required dependencies are already installed False

dda self

Manage dda

Usage:

dda self [OPTIONS] COMMAND [ARGS]...

Options:

Name Type Description Default
--help, -h boolean Show this message and exit. False

dda self dep

Manage dda's dependencies

Usage:

dda self dep [OPTIONS] COMMAND [ARGS]...

Options:

Name Type Description Default
--help, -h boolean Show this message and exit. False

dda self dep lock

Lock dependencies.

Usage:

dda self dep lock [OPTIONS] [ARGS]...

dda self dep sync

Synchronize dependencies.

Example:

dda self dep sync -f foo -f bar

Usage:

dda self dep sync [OPTIONS]

Options:

Name Type Description Default
-f, --feature text Feature to synchronize (multiple allowed) None
--help, -h boolean Show this message and exit. False

dda self telemetry

Manage telemetry submission

Usage:

dda self telemetry [OPTIONS] COMMAND [ARGS]...

Options:

Name Type Description Default
--help, -h boolean Show this message and exit. False

dda self telemetry disable

Disable telemetry.

Usage:

dda self telemetry disable [OPTIONS]

Options:

Name Type Description Default
--help, -h boolean Show this message and exit. False

dda self telemetry enable

Enable telemetry.

Usage:

dda self telemetry enable [OPTIONS]

Options:

Name Type Description Default
--help, -h boolean Show this message and exit. False

dda self telemetry log

Manage daemon logging

Usage:

dda self telemetry log [OPTIONS] COMMAND [ARGS]...

Options:

Name Type Description Default
--help, -h boolean Show this message and exit. False
dda self telemetry log remove

Clear the log.

Usage:

dda self telemetry log remove [OPTIONS]

Options:

Name Type Description Default
--help, -h boolean Show this message and exit. False
dda self telemetry log show

Show the log.

Usage:

dda self telemetry log show [OPTIONS]

Options:

Name Type Description Default
--help, -h boolean Show this message and exit. False