Welcome! Please see the About page for a little more info on how this works.

+2 votes
in Clojure CLI by
closed by

It would be nice that clojure could print the basis for a given combination of aliases (or none).

A common use case is obtaining the computed :paths for a combination of aliases.

closed with the note: Released in CLI 1.12.1.1561 as -X:deps program

2 Answers

+1 vote
by

E.g. clj -Sbasis -A:foo:bar or as suggested here, adding the cpcache hash to -Sdescribe: https://github.com/borkdude/deps.clj/issues/122

+1 vote
by
...