redhat-et / redhat-et/skillimage
feat: add list --remote flag to query registry tags
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 9
- Forks
- 3
- Avg merge
- 18m
- Merged PRs (30d)
- 1
Description
Summary
skillctl list currently only shows images in the local OCI store. A --remote <repo> flag would list available tags from a remote registry, useful for checking what versions are published before pulling or upgrading.
Proposed CLI
# List all tags for a remote repository
skillctl list --remote quay.io/skillimage/business/document-summarizer
Context
Discovered while testing the upgrade workflow (PR #31). After promoting a skill remotely, there's no way to verify the new tag exists without using inspect on a specific tag. A --remote flag would show all available tags at a glance.
The building blocks already exist: ListRemoteTags and FetchManifestAnnotations in pkg/oci/catalog.go.
Contributor guide
No contributing guide indexed for this repository
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 with the existing skillctl list command and the ListRemoteTags and FetchManifestAnnotations functions in pkg/oci/catalog.go. Trace how list arguments are parsed and how local images are displayed, then verify that skillctl list --remote <repo> retrieves and displays all tags for the remote repository.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100