Add a way to output a plan and apply that plan
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 14
- Forks
- 2
- Avg merge
- 8h 2m
- Merged PRs (30d)
- 45
Description
Description of feature
This would be similar to what terraform does. Maybe it just outputs the exact shape of the tasks how they should be executed and the apply takes that verbatim, skipping the plan as we already "trust" this plan is the correct one that should be applied?
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
First locate the existing plan and apply entry points and determine how tasks are represented; the issue names no files or tests. Define the serialized plan format and its trust or validation behavior, then add coverage showing that apply consumes the saved plan without replanning.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- devops
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100