list
The cldkctl registry artifact list command displays a list of all artifacts stored in the container registry. This command shows artifact IDs, tags, sizes, vulnerabilities, annotations, and related repository information.
Usage
cldkctl registry artifact list [repository name] [flags]Aliases
list, lsSteps
Follow the steps below to run and view the result of this command:
Ensure that you are logged in. Refer to the Registry Login section.
Identify the Repository Name whose artifacts you want to view. Refer to the Registry Repo List section.
Run the following command in your terminal and replace [registry name] with your target registry and [repository name] with the repository you want to inspect.
./cldkctl --registry [registry name] registry artifact list [repository name]Once successful, the terminal displays "✓ Artifact list retrieved" followed by the list of artifacts.

ID
The unique identifier of the artifact stored in the registry.
Artifact
The SHA or digest reference of the artifact.
Tag
The version tag assigned to the artifact.
Signed
Indicates whether the artifact is cryptographically signed.
Size
The total file size of the artifact.
Vulnerabilities
Displays vulnerability summary including total issues and fixable ones.
Annotations
Provides notes or metadata describing the artifact.
Labels
Shows labels associated with the artifact.
Push Time
The date and time when the artifact was uploaded to the registry.
Pull Time
The date and time when the artifact was last accessed or downloaded.
Flags
-h, --help
Help for the registry artifact list command.
Last updated
