Waterfall of ways to get metrepl config, deep merging from top to bottom:
metrepl.config/initial-config
.metrepl.exports/config.edn
file in the current classpath.METREPL_CONFIG
env var which should contains a valid edn config..metrepl.edn
file.metrepl.config/*config*
.Waterfall of ways to get metrepl config, deep merging from top to bottom: 1. base: fixed config var `metrepl.config/initial-config`. 2. classpath: searching for a `metrepl.exports/config.edn` file in the current classpath. 3. env var: searching for a `METREPL_CONFIG` env var which should contains a valid edn config. 4. config-file: searching from a local `.metrepl.edn` file. 5. dynamic-var: the dynamic value in `metrepl.config/*config*`.
Change this dynamic var to use custom metrepl config
Change this dynamic var to use custom metrepl config
(all)
(deep-merge & maps)
(error-handler)
(exporters)
Check docs/all-metrics.edn
and docs/all-configs.edn
for
all available options.
Check `docs/all-metrics.edn` and `docs/all-configs.edn` for all available options.
(metric metric)
(safe-read-edn-string raw-string)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close