Skip to content

feat: add list --remote flag to query registry tags #32

@pavelanni

Description

@pavelanni

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions