hello, is there a way to invoke `pulumi up` (or at...
# python
a
hello, is there a way to invoke
pulumi up
(or at least
pulumi preview
) from within a python interpreter? I am trying to get into a debugger
m
s
when you run
pulumi up
, you’re running the golang binary that reads your code written with the python library. As far as I know, there’s no python client that you’d be able to invoke and run the debugger with
f