sparse-intern-71089
01/07/2022, 4:49 PMbillowy-army-68599
pulumi config set-all
command?full-artist-27215
01/07/2022, 4:55 PMfull-artist-27215
01/07/2022, 4:59 PMjq
to parse out what I need to pass to `pulumi`:
jq '. as $in
| reduce leaf_paths as $path (
{};
. + { ($path | map(tostring) | join(".")): $in | getpath($path) }
)
billowy-army-68599
full-artist-27215
01/07/2022, 5:06 PM