tools-deps

Discuss tools.deps.alpha, tools.build, and the clj/clojure command-line scripts! See also #depstar #clj-new
2021-05-03T18:16:18.117300Z

Is there any way to enable an alias in a dependent deps.edn based project? Use case is: I have one deps.edn based projects which depends on others which are all internal to the same organization. During development I want to enable the dev and test aliases (and possibly others) in each of those dependent projects. Pretty sure this is a feature request an not something that is supported.. What I'm imagining is:

my-org/my-lib  {:git/url "git@github.com:my-org/my-lib.git" :sha "xyz" :aliases #{:cljs :test}}

👍 1
alexmiller 2021-05-03T18:24:05.117500Z

not currently, no

alexmiller 2021-05-03T18:25:17.118Z

you can vote at https://ask.clojure.org/index.php/7843/allow-specifying-aliases-coordinates-that-point-projects or comment if you want to add support for that

👍 1
2021-05-03T18:35:00.118400Z

thanks - voted!