This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-03-02
Channels
- # aleph (2)
- # announcements (3)
- # babashka (12)
- # beginners (55)
- # calva (11)
- # clj-http (12)
- # cljs-dev (41)
- # cljtogether (2)
- # clojure (51)
- # clojure-denmark (2)
- # clojure-europe (32)
- # clojure-nl (17)
- # clojure-norway (2)
- # clojure-switzerland (1)
- # clojure-uk (3)
- # clojurescript (34)
- # cursive (20)
- # data-science (3)
- # datahike (23)
- # datomic (3)
- # events (1)
- # fulcro (1)
- # honeysql (4)
- # inf-clojure (2)
- # interop (38)
- # java (3)
- # kaocha (8)
- # lsp (51)
- # luminus (2)
- # malli (2)
- # nextjournal (5)
- # off-topic (21)
- # pedestal (2)
- # polylith (12)
- # re-frame (4)
- # reagent (8)
- # reitit (4)
- # releases (1)
- # ring (4)
- # shadow-cljs (179)
- # spacemacs (2)
- # specter (1)
- # xtdb (13)
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.
You can pass in :verbose
to the test
command, e.g. poly test :verbose
to see the configuration and classpath that is used.
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
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
Looks like you finally found it.
I did, and just realized that https://polylith.gitbook.io/polylith/ and https://polylith.gitbook.io/poly are different sites with different menus
it would be nice if https://polylith.gitbook.io/polylith/tool/the-polylith-plugin at the least linked directly to https://polylith.gitbook.io/poly/install/install
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
I added a link to the poly tool on the first page: