Heyo you fine people! Using the Automation API, is...
# typescript
t
Heyo you fine people! Using the Automation API, is there a way to mimic the functionality of
pulumi stack init
with the
--copy-config-from
flag set? Tried using
getAllConfig()
and
setAllConfig()
but it doesn't seem to support nested values and gets really funky when secrets are involved. Help's greatly appreciated! ✌️