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}}
not currently, no
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
thanks - voted!