Page cover

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:

  1. Ensure that you are logged in. Refer to the Registry Login section.

  2. Run the following command in your terminal and replace [registry name] with the target registry name.

./cldkctl --registry [registry name] registry repo list
  1. Once successful, the terminal displays "✓ Repository list retrieved" and the repository details table.

Column
Description

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

This command supports global flags. Refer to the Global Flags section for details

Flag
Description

-h, --help

Help for the registry repo list command.

Last updated