pulumi/sdk/nodejs/cmd
bors[bot] e49c0fee38
Merge #13078
13078: cli(state upgrade): Prompt for project names for detached stacks r=abhinav a=abhinav

When running 'pulumi state upgrade', supply the
ProjectsForDetachedStacks option to the file state backend so that we
get asked to fill in project names for stacks where we could not guess
them automatically.

The implementation of the prompt is straightforward:
For each stack, ask a question with the survey package
and feed the result back to the filestate backend.

Testing this is a bit complicated because terminals are involved.
The test for this uses the go-expect and vt10x libraries
recommended in the documentation for survey.
It uses them to simulate a terminal emulator and acts on the output.
The pty library is used to create a compatible pseduo-terminal.
Unfortunately, these test libraries rely on Unix APIs and are not
available on Windows, so the test will not run on Windows machines.

Resolves #12600

---

Preview

![Kapture 2023-05-31 at 19 25 57](https://github.com/pulumi/pulumi/assets/41730/69fcf37d-0267-40cc-9002-6514f1cf9ad5)


Co-authored-by: Abhinav Gupta <abhinav@pulumi.com>
2023-06-23 15:38:56 +00:00
..
dynamic-provider [sdk/nodejs] Write port as string to avoid colorized output 2023-06-19 16:24:14 -07:00
pulumi-language-nodejs Merge #13078 2023-06-23 15:38:56 +00:00
run Set programRunning to true only once programStarted callback is invoked. 2023-05-17 17:02:43 -04:00
run-policy-pack Set programRunning to true only once programStarted callback is invoked. 2023-05-17 17:02:43 -04:00