Open jkomoros opened 1 year ago
Allow passing . in names to mean create and override sub-objects.
.
Do this for both var/let/let-multi and store/retrieve, as well as property
Note that this makes environment overlaying more complex and need a special helper.
Once this is done, perhaps have secrets be the place secrets are stored?
secrets
The simplest place to do this is property, where it doesn't even have to be that hard, and then it can be used for #45
property
else
let/let-multi
store/retrieve
Allow passing
.
in names to mean create and override sub-objects.Do this for both var/let/let-multi and store/retrieve, as well as property
Note that this makes environment overlaying more complex and need a special helper.
Once this is done, perhaps have
secrets
be the place secrets are stored?The simplest place to do this is
property
, where it doesn't even have to be that hard, and then it can be used for #45property
property
should also have anelse
parameterlet/let-multi
store/retrieve