Add `feast plan`
- Dominant language
- Python
- Stars
- 7.3k
- Forks
- 1.4k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 15
Description
**Is your feature request related to a problem? Please describe.**
When we wanted to move from prototyping to production, we had to execute multiple times `feast apply` locally and in our CI/CD environment. We ended up deleting everything when we were just trying things differently. It would have been nice to just pass an option like `--dry-run` to print but not execute what `feast apply` wants to do
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
A very common option would be to add the option `--dry-run` to `feast apply`.
Another possible one is to create another command (eg: `feast plan`)
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.
Contributor guide
Assessment
This issue has not been assessed yet.