dda¶
Usage:
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:
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:
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:
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:
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:
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:
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:
Options:
Name | Type | Description | Default |
---|---|---|---|
--help , -h | boolean | Show this message and exit. | False |
dda env dev¶
Work with developer environments
Usage:
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:
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:
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:
Options:
Name | Type | Description | Default |
---|---|---|---|
--help , -h | boolean | Show this message and exit. | False |
dda env dev remove¶
Remove a developer environment.
Usage:
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:
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:
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:
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:
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:
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:
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:
Options:
Name | Type | Description | Default |
---|---|---|---|
--help , -h | boolean | Show this message and exit. | False |
dda self dep¶
Manage dda's dependencies
Usage:
Options:
Name | Type | Description | Default |
---|---|---|---|
--help , -h | boolean | Show this message and exit. | False |
dda self dep lock¶
Lock dependencies.
Usage:
dda self dep sync¶
Synchronize dependencies.
Example:
Usage:
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:
Options:
Name | Type | Description | Default |
---|---|---|---|
--help , -h | boolean | Show this message and exit. | False |
dda self telemetry disable¶
Disable telemetry.
Usage:
Options:
Name | Type | Description | Default |
---|---|---|---|
--help , -h | boolean | Show this message and exit. | False |
dda self telemetry enable¶
Enable telemetry.
Usage:
Options:
Name | Type | Description | Default |
---|---|---|---|
--help , -h | boolean | Show this message and exit. | False |
dda self telemetry log¶
Manage daemon logging
Usage:
Options:
Name | Type | Description | Default |
---|---|---|---|
--help , -h | boolean | Show this message and exit. | False |
dda self telemetry log remove¶
Clear the log.
Usage:
Options:
Name | Type | Description | Default |
---|---|---|---|
--help , -h | boolean | Show this message and exit. | False |
dda self telemetry log show¶
Show the log.
Usage:
Options:
Name | Type | Description | Default |
---|---|---|---|
--help , -h | boolean | Show this message and exit. | False |