This message was deleted.
# general
s
This message was deleted.
e
The SDK version or the CLI version? Do you know what version you were on before
l
CLI Version, I went from 3.51 to 3.54
e
What SDK language are you using?
l
C#
e
What's your
Pulumi.yaml
look like?
l
It just has name, runtime, description
runtime is dotnet
e
If you go back to 3.51 does that fix this?
l
I can try
Yes
e
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
Thanks I will try this a little later and report back
e
Thanks
w
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
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" 😕