Main entrypoint for use in release environments. If the SLF4J bridge is on the classpath, it will be activated automatically.
Main entrypoint for use in release environments. If the SLF4J bridge is on the classpath, it will be activated automatically.
(-main & args)
Usage: [opt] [key val]*
With no options or args, runs the wedge system.
opt: -h, --help Show this help -r, --repl Start clojure.main/repl
key val: A series of EDN values which will be converted into a map. If the key is sequential, it will be passed to assoc-in instead of assoc.
The produced map will be passed to wedge.system/config when starting the wedge system (and ignored otherwise).
Example: clojure -m io.dominic.wedge.main :profile :staging clojure -m io.dominic.wedge.main :io.dominic.wedge.integrant/keys [:web-server] clojure -m io.dominic.wedge.main [:profile] :staging
Usage: [opt] [key val]* With no options or args, runs the wedge system. opt: -h, --help Show this help -r, --repl Start clojure.main/repl key val: A series of EDN values which will be converted into a map. If the key is sequential, it will be passed to assoc-in instead of assoc. The produced map will be passed to wedge.system/config when starting the wedge system (and ignored otherwise). Example: clojure -m io.dominic.wedge.main :profile :staging clojure -m io.dominic.wedge.main :io.dominic.wedge.integrant/keys [:web-server] clojure -m io.dominic.wedge.main [:profile] :staging
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close