> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/cloudeka-api-list/command-reference/cldkctl-registry/repo/list.md).

# 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
```

3. Once successful, the terminal displays **"✓ Repository list retrieved"** and the repository details table.

<figure><img src="/files/LNgOPDxYCt0OI2HvOZwL" alt=""><figcaption></figcaption></figure>

| 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

{% hint style="info" %}
This command supports [global flags.](/cloudeka-api-list/global-flags.md) Refer to the Global Flags section for details
{% endhint %}

| Flag       | Description                              |
| ---------- | ---------------------------------------- |
| -h, --help | Help for the registry repo list command. |

## <br>
