sbt-dependency-graph
sbt-dependency-graph copied to clipboard
sbt plugin to create a dependency graph for your project
Reported by @benhutchison at https://gitter.im/jrudolph/sbt-dependency-graph?at=57687f616577f032450d1293 This needs to be verified and then - `whatDependsOn` needs to be fixed to filter out dependees coming in via eviction - put that behind...
I haven't used `sbt-dependency-graph` for a while and just noticed `dependencyTree` is not priting any output. I'm on sbt 1.2.7, Scala 2.12.7. What am I missing ? Here is how...
I think it'd be a very useful option to filter out all `libraryDependencies` and just show all the sbt subprojects/modules.
I'm trying to get around a problem with our dependency tree being truncated as part of a CI task that doesn't have an interactive terminal, so uses the 80-character default...
This is an PR adding support to avoid truncating trees in environments without tty and resolves issue #173 simply. jline2 creates an UnsupportedTerminal in environments that do not have a...
This is an MR adding support for overriding the terminal column width when rendering ASCII graphs (e.g. dependencyTree) This uses the inbuilt sbt 1.0 functionality of `asciiGraphWidth` to set this...
Under sbt 0.13.17; sbt-dependency-draph 0.9.2, a multi-module project: ``` > Common/dependencyTree [info] com.ocado.cfc.vectortests:common_2.12:0ec6cb226ed46262f97474689f421a5a9a4f2305-SNAPSHOT-pmpfr-snyk [success] Total time: 0 s, completed 07-Feb-2019 17:47:46 ``` If run on the root project, it prints...
``` dependencyBrowseGraph [info] HTML graph written to file:/home/dd/rds/servision/target/graph.html [info] Opening in browser... [error] java.lang.UnsupportedOperationException: The BROWSE action is not supported on the current platform! ``` [More info](https://stackoverflow.com/questions/18004150/desktop-api-is-not-supported-on-the-current-platform) Using SBT 1.x,...
In addition to the existing output formats (for visualization), could we also get a machine-readable format e.g. in JSON or YAML?