Re: Switch devops environments via namespaces

2023-05-18 Thread aditya....@gmail.com
So from an ops point of view, I like your first approach; viz. pass the environment parameter explicitly. I prefer being explicit about every single invocation of any ops task. The namespace solution, while being "legal", causes the configuration to become implicit, one has to look at the REPL

Re: Switch devops environments via namespaces

2023-05-18 Thread Joe R . Smith
I mean, it works, it’s clever, … is it more or less “safe” is my question.  On May 18, 2023, at 12:02 PM, Felix Dorner wrote:  Clojure noob here, I might be totally off the track or committing crimes, so please advise. For ops, I have to often call rest services in different environments,

Switch devops environments via namespaces

2023-05-18 Thread Felix Dorner
Clojure noob here, I might be totally off the track or committing crimes, so please advise. For ops, I have to often call rest services in different environments, say prod and nonprod. My coworkers use postman and clicky clicky stuff, well, not my style, I want to use emacs and cider. I've