auto: `getStackSettings`/`saveStackSettings` JSON (de)serialization
Open
Nobody has claimed this yet.
area/automation-api
kind/enhancement
- Dominant language
- Java
- Stars
- 85
- Forks
- 26
- Avg merge
- 11h 49m
- Merged PRs (30d)
- 22
Description
Hello!
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
We don't currently support reading the .json variant of a Pulumi stack settings files, e.g. Pulumi.stack.json. I suspect the use is quite rare as the CLI generally prefers Pulumi.stack.yaml, but we may still want to consider supporting it.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the getStackSettings and saveStackSettings entry points in the pulumi-java repository and trace how Pulumi.stack.yaml settings are currently handled. Confirm the expected behavior for reading and writing the Pulumi.stack.json variant, then verify that both operations work without regressing YAML support.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, json
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100