is there a way to call `pulumi up` programmaticall...
# general
g
is there a way to call
pulumi up
programmatically? (i.e.: I have an http rest service to create resources)
g
No. But most commands have a
--json
flag to get JSON output so you can parse the output easier.
g
aight thanks
t