
cs-resolve
List of commands for cs-resolve:
-
cs-resolve:tldr:10bae cs-resolve: Resolve dependency tree in a reverse order (from a dependency to its dependencies).$ cs resolve --reverse-tree ${group_id}:${artifact_id}:{{artifact_version}try on your machineexplain this command
-
cs-resolve:tldr:3a364 cs-resolve: Print eventual conflicts between a set of packages.$ cs resolve --conflicts ${group_id1:artifact_id1:artifact_version1 group_id2:artifact_id2:artifact_version2 ---}try on your machineexplain this command
-
cs-resolve:tldr:41d96 cs-resolve: Resolve lists of transitive dependencies of a package by the dependency tree.$ cs resolve --tree ${group_id}:${artifact_id}:${artifact_version}try on your machineexplain this command
-
cs-resolve:tldr:49e38 cs-resolve: Print all the libraries that depends on a specific library.$ cs resolve ${group_id}:${artifact_id}:${artifact_version} --what-depends-on ${searched_group_id}:${searched_artifact_id}try on your machineexplain this command
-
cs-resolve:tldr:95e0d cs-resolve: Print all the libraries that depends on a specific library version.$ cs resolve ${group_id}:${artifact_id}:${artifact_version} --what-depends-on ${searched_group_id}:${searched_artifact_id}${searched_artifact_version}try on your machineexplain this command
-
cs-resolve:tldr:b2a10 cs-resolve: Resolve lists of transitive dependencies of two dependencies.$ cs resolve ${group_id1}:${artifact_id1}:${artifact_version1} ${group_id2}:${artifact_id2}:${artifact_version2}try on your machineexplain this command