:file "/path/to/some.edn"
:merge [{:datomic {:url "foo.bar"}}
(from-file "/path/to/another.edn")
(from-resource "path/within/classpath/to-another.edn")
(parse-runtime-args ...)
(from-props-file "/path/to/some.properties")
(from-system-props)
(from-env)])```
How to make cli have the highest precedence?
For example here:
https://github.com/tolitius/cprop#merging-with-all-system-and-env