Is it already possible to use an executable (dll,exe) in order to start pulumi? When can we use that feature? It would also be nice if I could add a nuget package like Pulumi.Runner and I can just execute my compiled project instead of using the CLI.
b
broad-dog-22463
04/17/2020, 12:20 PM
@tall-librarian-49374 ?
t
tall-librarian-49374
04/17/2020, 2:01 PM
You will be able to use a precompiled .NET assembly in the upcoming 2.0 version of the CLI.
👍 3
A mode without the CLI is still under discussion
p
plain-tiger-79744
04/17/2020, 3:32 PM
Cool! Imo both "modes" are making sense. I hope you also consider to support dotnet tool (global/local). Issue has already been opened.
f
future-air-70511
04/24/2020, 4:52 PM
Looking forward to this feature - is this available now? To enable this, is there an argument needed to prevent the CLI from attempting a build?