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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudeka.ai/cloudeka-api-list/command-reference/cldkctl-registry/repo/list.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
