https://pulumi.com logo
#python
Title
a

agreeable-ram-97887

03/12/2021, 9:15 AM
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

mammoth-electrician-64525

03/12/2021, 9:21 AM
s

shy-sunset-67287

03/12/2021, 12:14 PM
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

faint-table-42725

03/12/2021, 6:57 PM