Tatin icon indicating copy to clipboard operation
Tatin copied to clipboard

Missing "ListDependencies" function for dependencies

Open aplteam opened this issue 1 year ago • 1 comments

What's required is a ListDependencies user command that gives the full picture of which packages/versions are required by the dependency file but also by their dependencies.

Such a command is invaluable in a number of scenarios:

  • Finding out which package is relying on a package that has recently been updated.
  • When a development package was accidentally added to a package as such.

Without such a command it can be difficult to work out why a package installs a particular package as a dependency.

aplteam avatar Jan 12 '24 08:01 aplteam

Maybe this functionality can be added to the PackageDependencies with a -verbose flag?!

aplteam avatar Jan 12 '24 08:01 aplteam