https://pulumi.com logo
Title
s

stocky-butcher-62635

04/04/2022, 3:35 PM
I downloaded something and added
C:\Users\Richard Barraclough\.pulumi\bin
to my
%PATH
but running the programme just says
System.InvalidOperationException: 'Program run without the Pulumi engine available; re-run using the
pulumi
CLI'
b

billowy-army-68599

04/04/2022, 3:37 PM
@stocky-butcher-62635 how are you running the program? you should be running
pulumi up
s

stocky-butcher-62635

04/04/2022, 3:37 PM
Like any programme -- set the startup project and click Run
b

billowy-army-68599

04/04/2022, 3:38 PM
that won't work with Pulumi unless you're running the automation API, you need to run
pulumi up
from the project directory. Pulumi uses a language host to interpret your C# code and that runs the
Run
function