Christian Bongiorno
Christian Bongiorno
- The memory usage part is a bit puzzling - I imagine a single variable reference added. But, technically, yes it would increase the memory footprint. - It would also,...
If you would like to take credit for it (and we would like you to), then it should be in the form of a pull-request which is pretty trivial in...
I actually came up with a solution that externalizes the randomness ```shell jq -re '.node.nodes[]?.value' foo.json | shuf -n 1 ``` But, let's say you needed several elements of a...
What about extending this to basically allow for any member to become an env var?
Sorry, when I said "member" I meant any part of the web hook it receives (member of the payload), so that it can be embedded. I am just offering to...
@alexhung can you give an example of, say what a `terraform import` would look like for a `local` `remote` and `virtual` repo, as well as maybe some `user`s? What would...
Yeah, I was thinking something like: ```shell cat - import.hcl provider "artifactory" { } import { $(curl -snLf https://my.artifactory.com/artifactory/api/repositories | jq 'map(" to = \(.packageType).\(key) id = \"\(.key)\" ") |...
I am feeling a bit bored ATM 😴
from a cli: `mkimport --users --repositories > import.hcl` Not too challenging