posit-dev / posit-dev/images-shared
Add a `validate` command to `bakery`
Open
Nobody has claimed this yet.
cvp:1
docker
docker/tools
enhancement
qa
tdp:0
- Dominant language
- Python
- Stars
- 2
- Forks
- 0
- Avg merge
- 4d 13h
- Merged PRs (30d)
- 22
Description
Depends on #51
validate would be a command that lints and error checks the bakery.yaml file in a project. This would help end users more easily identify configuration issues when problems arise or ensure that changes they are making won't impact CI.
Tasks
- Add a
bakery validatecommand - Perform validation on all files
- Do not fail-fast
- Present a list of validation errors in a human-readable format, building on #96
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
No files or tests are named. First review the existing bakery command entry points and the requirements in #51 and #96. Done means adding bakery validate, checking all files without failing fast, and presenting validation errors in a human-readable list.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100