Skip to content

Add resolve command for dependency graph output#6

Merged
andrew merged 1 commit intomainfrom
add-resolve
Feb 12, 2026
Merged

Add resolve command for dependency graph output#6
andrew merged 1 commit intomainfrom
add-resolve

Conversation

@andrew
Copy link
Contributor

@andrew andrew commented Feb 12, 2026

Add Resolve() to the Manager interface and GenericManager, following the same pattern as Vendor(). Each manager's resolve command shells out to the local package manager CLI to produce dependency graph output (JSON or text tree depending on the ecosystem).

24 YAML definitions updated with resolve commands and capability flags. Skipped managers with no useful resolve command (brew, cabal, cocoapods, cpanm, gem, luarocks, nimble, opam, sbt, shards, vcpkg).

Add Resolve() to the Manager interface and GenericManager, following the
same pattern as Vendor(). Each manager's resolve command shells out to
the local package manager CLI to produce dependency graph output (JSON
or text tree depending on the ecosystem).

24 YAML definitions updated with resolve commands and capability flags.
Skipped managers with no useful resolve command (brew, cabal, cocoapods,
cpanm, gem, luarocks, nimble, opam, sbt, shards, vcpkg).
@andrew andrew merged commit 89c9b2d into main Feb 12, 2026
2 checks passed
@andrew andrew deleted the add-resolve branch February 12, 2026 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant