Fork me on GitHub
#polylith
<
2022-03-02
>
miikka06:03:49

Hi! Is there a way to see the concrete dependency tree used by poly test ... command?

furkan3ayraktar07:03:04

There is no command in the poly tool as far as I know. That could be nice to know actually since Polylith calculates them by combining project’s test alias and its components and bases test aliases.

tengstrand07:03:08

You can pass in :verbose to the test command, e.g. poly test :verbose to see the configuration and classpath that is used.

miikka07:03:50

Thanks! :verbose gives the information I need

👍 1
hiredman17:03:56

is there some place in the docs where it tells you how to install/invoke the poly tool? it seems like it should be linked from https://polylith.gitbook.io/polylith/#where-to-begin

hiredman17:03:08

ah, workflow

hiredman17:03:34

I was stuck in a loop where https://polylith.gitbook.io/polylith/tool/the-polylith-plugin suggests heading over to https://github.com/polyfy/polylith which has screenshots of tool output (but not how to invoke it) and links back https://polylith.gitbook.io/poly for documentation

tengstrand19:03:54

Looks like you finally found it.

hiredman19:03:01

I did, and just realized that https://polylith.gitbook.io/polylith/ and https://polylith.gitbook.io/poly are different sites with different menus

hiredman19:03:28

https://polylith.gitbook.io/polylith/ is the site you land on if you search for polylith, and it tells you all about the ideas behind polylith, the problems it solves, etc, but doesn't tell you what to do if you find yourself in a polylith project never having run the tools before

💯 1
👍 1
tengstrand06:03:10

I added a link to the poly tool on the first page: