Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note about development datadog_checks_dev for ddev #14505

Merged
merged 1 commit into from
May 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/developer/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,13 @@ This is if you cloned [integrations-core][] and want to always use the version b
!!! note
Be aware that this method does not keep track of dependencies so you will need to re-run the command if/when the required dependencies are changed.

!!! note
Also be aware that this method does not get any changes from `datadog_checks_dev`, so if you have unreleased changes from `datadog_checks_dev` that may affect `ddev`, you will need to run the following to get the most recent changes from `datadog_checks_dev` to your `ddev`:

```
pipx inject ddev -e "/path/to/datadog_checks_dev"
```

### Upgrade

Upgrade (or re-sync dependencies for [development](#development) versions) at any time by running:
Expand Down