tools-deps

2024-06-18T11:22:27.808989Z

Is it possible to call the following command programatically from a repl:

clj -X:deps list

namenu 2024-06-18T11:26:47.737589Z

Yes tools.deps.cli is. https://github.com/clojure/tools.deps.cli/blob/main/src/main/clojure/clojure/tools/deps/cli/api.clj

🙌 1