Trying Pulumi CLI on Windows for the first time, w...
# getting-started
b
Trying Pulumi CLI on Windows for the first time, when I issue the new command it prompts for the project name but hangs and accepts no input besides Control-C.
Started on 3.69.0 and had this failure. Then upgraded to 3.74.0 and it failed there too. Using local login:
$ pulumi login --local
Logged in to DESKTOP-HS0KGSQ as AzureAD\<user> (file://~)
$ pulumi new serverless-gcp-python --logtostderr --logflow -v=9
This command will walk you through creating a new Pulumi project.
Enter a value or leave blank to accept the (default), and press <ENTER>.
Press ^C at any time to quit.
project name: (pulumi-test-project)
l
@better-umbrella-26052 does your shell resemble any of the cases described in this issue? https://github.com/pulumi/pulumi/issues/1817
b
I am using it from PowerShell 7 running in Windows Terminal. So, I think the answer is "no".
l
May I ask you to file an issue about your problem and paste the output of
pulumi about
in there? https://github.com/pulumi/pulumi/issues
b
OK.