Fork me on GitHub
#beginners
<
2023-11-05
>
phill14:11:31

How in deps.edn-land can I see a list of the resolved dependency versions, preferably tree-shaped like "lein deps :tree"? And if this is documented somewhere, where is it?

Alex Miller (Clojure team)14:11:33

Documented in clj -h or man clj

Alex Miller (Clojure team)14:11:49

You might also find clj -X:deps list useful

phill14:11:46

Would a request to mention such on "https://clojure.org/guides/deps_and_cli" be welcome? Where would I put it?

practicalli-johnny15:11:23

I cover the built-in Clojure CLI functions on this page https://practical.li/clojure/clojure-cli/built-in-commands/#find-library-versions if its helpful (I notice there are a couple of new ones to add too 🙂 )