Stefan Ruzitschka

Results 34 comments of Stefan Ruzitschka

This would be awesome if you would pick up from here on :1st_place_medal:

Yeah. From what I've read on Twitter he seems to be a nice guy and I think he would be the right person to contact :+1:

In the case you're cool with this filter feature, I'm keen to provide the feature via PR.

It is more for ad-hoc actions when running `doppler run` on my local machine, where I have a config containing 10 values, but only want to inject 2 of those...

I wouldn't break the command, it is more that I don't need the 8 other secrets in this one particular run and therefore don't want the command let them know....

If you are happy with my suggestion, I would love to contribute the code! In the case you have an alternative suggestion, I would love to hear about it! Best...

Yeah, the idea with `doppler configure --json` and getting the `token` would work! I think we can let this issue be open and implement the `doppler me` feature after you...

I tested it and it works like a charm! Waiting for the `doppler me` command though.

I was hooking `doppler` - CLI into a another CLI via the `ProcessBuilder` from Rust. Therefore I wanted to have a clear interface via exit codes (`= 0 -> logged...