Hi Team, I have a small query. Like `pulumi up` i...
# python
f
Hi Team, I have a small query. Like
pulumi up
is command line interface which start execution from
___main__.py_
file . But is it any way that I need not to run
pulumi up
and with python function call it. Currently I have created a wrapper function which call
pulumi up
in background. So I need to know if any python SDK function call is available with some control.
w
I think it is being tracked here https://github.com/pulumi/pulumi/issues/3901
l
Yes this is something we're interested in investing in. Please add some detail about your use case in the issue linked above 👆