# detail

The cldkctl registry detail command displays a detailed summary of a specific registry within the project. It shows key information such as the registry name, description, number of repositories, accessibility (public or private), and current storage usage. This command helps users verify configuration details and monitor storage consumption for a specific registry.

## Usage

```
cldkctl registry detail [registry name] [flags]
```

## Steps

Follow the steps below to run and view the result of this command:

1. Run the following command in your terminal and replacing \<registry\_name> with your target registry.

```
cldkctl registry detail <registry_name>
```

2. If you are unsure which registry name to use, refer to the Registry List section to view all available registries in your project.
3. Ensure you are using the correct project context and have permission to view registry details.
4. The command outputs registry information, including the number of repositories, accessibility level, and used storage capacity.
5. Use this information to verify your registry configuration or monitor usage levels.

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2F5v1X0Il5EJTktOVjtozA%2Funknown.png?alt=media&#x26;token=23876ff6-2011-49ef-89aa-05bcd27c9501" alt=""><figcaption></figcaption></figure>

| Column        | Description                                           |
| ------------- | ----------------------------------------------------- |
| Name          | The registry name.                                    |
| Repositories  | Total number of repositories stored in this registry. |
| Accessibility | Indicates whether the registry is Public or Private.  |
| Description   | User-defined description of the registry.             |
| Used          | Shows the used and total capacity of the registry.    |

## Flags

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

| Flag                 | Description                                      |
| -------------------- | ------------------------------------------------ |
| -h, --help           | Help for the registry detail command.            |
| -p, --project string | Specifies the project ID to scope the operation. |
