boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
Mario C. 2018-09-26T17:01:55.000100Z

Can I add my own environment key/value using (set-env! ...)?

Mario C. 2018-09-26T17:01:56.000100Z

Or can I only update the keys as referenced here https://github.com/boot-clj/boot/wiki/Boot-Environment

2018-09-26T17:02:54.000100Z

@mario.cordova.862 you can use your own keys if you want. underneath its an atom

Mario C. 2018-09-26T17:03:23.000100Z

Thanks!

👍 1
Mario C. 2018-09-26T17:16:07.000100Z

Question: locally I can view the environment variables that were generated by doing cat .lein-env. Is there an equivalent of that using boot?