Results 507 comments of Caleb Cushing

yeah, I'm not certain that you can use their stuff, but you could do something like it probably. I would guess it's just a matter of searching the `PATH` seeing...

hmm, +1 though I would prefer the ability to use PnP though this doesn't seem like it should be hard?

well, I don't want to run bleeding edge builds, this is tangentially related to #183 as I really just want to say `NodeVersion.of(14)` since that would be the latest stable....

yeah, but the equivalent in java will grab the latest unless you already have a copy on the path (or otherwise already downloaded) that fulfills it.

same issue, different manifestation, this is my root error ``` Unable to find build service with name 'jaxbJavaGenCatalogue'. ```

> It seems difficult to create a convenient, unambiguous API that takes keys and values. Consider MultiValueMap.of("foo", "bar", "baz", "qux"). Does the resulting map have two entries (foo->bar and baz->qux)?...

You should also not set secrets through environment variables. Parameters and environment variables are very bad ideas for credentials. It's very very easy for that data to leak.

It's only safe to provide credentials as files or via some other in memory process like http and something like hashiCorp vault. There any number of articles on the internet...

you know what's funny, still mulling this over. I've rarely wanted to put credentials on the cli because I can usually store them in a config file, and they rarely...

another thought might be setting the version, it's not sensitive and yet it's something that in CI you probably want to set dynamically as it changes on each release. Currently...