Two (hopefully!) small questions: How would I rep...
# automation-api
m
Two (hopefully!) small questions: How would I replicate the
--path
set config behaviour with the [typescript] automation api?
r
Hey! You'd have to pass in structured config as a json object.
The workaround is in the comments https://github.com/pulumi/pulumi/issues/5506
m
ty