I want to be able to check the status of the pipeline at a specific git ref to ensure artifacts at that ref are not stale
Open
Beginner friendly
- Dominant language
- Python
- Stars
- 60
- Forks
- 18
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 38
Description
One possible way to do this is to manually check it out and then run `calkit status`, but could we add a `--ref` option to `status` to make it quicker?
Contributor guide
Research direction
Start at the `calkit status` command entry point and trace how it determines the Git ref being inspected. Check how CLI options and status tests are organized, then verify completion by confirming that `--ref` reports pipeline and artifact status for the requested ref without requiring a checkout.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 72/100