This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-11-05
Channels
- # adventofcode (22)
- # ai (1)
- # announcements (1)
- # babashka (3)
- # beginners (8)
- # calva (8)
- # cider (17)
- # clojure (3)
- # clojure-europe (4)
- # clojure-norway (13)
- # clojurescript (20)
- # core-logic (1)
- # data-science (3)
- # datahike (6)
- # deps-new (4)
- # events (6)
- # hoplon (4)
- # hyperfiddle (4)
- # lsp (34)
- # overtone (8)
- # podcasts-discuss (2)
- # releases (3)
- # ring (5)
- # vim (10)
- # xtdb (2)
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?
clj -X:deps tree
Documented in clj -h
or man clj
You might also find clj -X:deps list
useful
Would a request to mention such on "https://clojure.org/guides/deps_and_cli" be welcome? Where would I put it?
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 🙂 )