list
The cldkctl registry repo list command displays a list of all repositories available in the specified registry. This command shows repository names, artifact counts, pull statistics, and the most recent update time for each repository.
Usage
cldkctl registry repo list [flags]Steps
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.
Run the following command in your terminal and replace [registry name] with the target registry name.
./cldkctl --registry [registry name] registry repo listOnce successful, the terminal displays "✓ Repository list retrieved" and the repository details table.

Name
The full name of the repository, including its namespace or project scope.
Artifact
The number of artifacts stored within the repository.
Pulls
The total count of times the repository’s artifacts have been pulled.
Last Update
The date and time of the repository’s most recent update activity.
Flags
-h, --help
Help for the registry repo list command.
Last updated
