https://pulumi.com logo
w

wonderful-dog-9045

05/26/2020, 8:10 PM
How can I execute
pulumi stack select
in interactive mode from nodejs? Using
childProcess.execSync("pulumi stack select", { stdio: "inherit" } )
doesn't work, because somehow pulumi automatically goes into non-interactive mode.
I do want it prompt the user for login, stack selection etc etc.
solved it.
should not use WebStorm to run my program.