tools-deps

2025-02-27T21:58:19.561809Z

Can you specify a .edn file to use at the command line, or is it always hard-coded to lookup for deps.edn ?

dpsutton 2025-02-27T22:15:11.400279Z

hardcoded i believe. But you can use -Sdeps and cat to add extra stuff dynamically

Alex Miller (Clojure team) 2025-02-27T22:19:17.264239Z

in the CLI, only deps.edn in the current directory. using the tools.deps API, can be anything