https://pulumi.com logo
#general
Title
# general
l

late-lizard-19909

02/14/2023, 4:15 PM
Seems to have started after updating the pulumi version
e

echoing-dinner-19531

02/14/2023, 4:17 PM
The SDK version or the CLI version? Do you know what version you were on before
l

late-lizard-19909

02/14/2023, 4:17 PM
CLI Version, I went from 3.51 to 3.54
e

echoing-dinner-19531

02/14/2023, 4:18 PM
What SDK language are you using?
l

late-lizard-19909

02/14/2023, 4:18 PM
C#
e

echoing-dinner-19531

02/14/2023, 4:23 PM
What's your
Pulumi.yaml
look like?
l

late-lizard-19909

02/14/2023, 4:24 PM
It just has name, runtime, description
runtime is dotnet
e

echoing-dinner-19531

02/14/2023, 4:25 PM
If you go back to 3.51 does that fix this?
l

late-lizard-19909

02/14/2023, 4:25 PM
I can try
Yes
e

echoing-dinner-19531

02/14/2023, 4:28 PM
Odd I'm struggling to find any of our code that would be trying to pass an argument "--environment"
If it's possible could you step through the CLI releases to find the earliest that breaks this, would help narrow the search a lot
l

late-lizard-19909

02/14/2023, 4:29 PM
Thanks I will try this a little later and report back
e

echoing-dinner-19531

02/14/2023, 4:29 PM
Thanks
w

worried-rain-74420

02/14/2023, 6:27 PM
You probably already thought this Fraser, but it looks like the engine or the language host is passing the flag to a subprocess, the subprocess is writing the message back across stdout/stderr.
e

echoing-dinner-19531

02/14/2023, 6:57 PM
Yes that's exactly what it looks like, but I can't find anywhere in the engine or the dotnet language host which would pass a flag "--environment" 😕