dmd report dependenton
dmd report dependenton
Report usage of a given dependency
Usage
dependenton
Synopsis
Report usage of a given dependency, and optionally the specific version in use, across all known projects in the database.
This provides a view of the impact of the usage of a given dependency for instance when understanding an unmaintained/end-of-life dependency, security issues, or simply understanding the uptake of a given dependency.
The package-current-version
is prioritised over package-version
Options
Flag (type) | Usage | Notes |
---|---|---|
-h, --help
|
help for dependenton |
|
--package-current-version (current_version)
|
The exact package version to search for, which matches the current_version column. Takes preference over `version` |
|
--package-manager (string)
|
The exact package manager to search for |
|
--package-name (string)
|
The exact package name to search for |
|
--package-version (version)
|
The exact package version to search for, which matches the version column |
|
Options inherited from parent commands
Flag (type) | Usage | Notes |
---|---|---|
--db (string)
|
the path to the input/output database |
|
--debug
|
whether to enable debug logging |
|
Related
dmd report
- Perform reports on the database