# cldkctl registry

The registry command is used to manage your private container registry in Cloudeka. With this command, you can create, configure, resize, and delete registries, as well as manage repositories, artifacts, and user access. It also provides functionality to view logs, assign labels, set tag immutability rules, and authenticate to the registry. This command is commonly used by DevOps engineers and developers managing container images and building artifacts.

## Usage

```
cldkctl registry [flags]
```

```
cldkctl registry [command]
```

## Available Commands

| Command         | Description                                                |
| --------------- | ---------------------------------------------------------- |
| artifact        | Manage artifacts in the container registry                 |
| cert            | Download the registry certificate                          |
| create          | Create a new registry                                      |
| delete          | Delete an existing registry                                |
| detail          | Show detailed information of a registry                    |
| label           | Manage labels for the registry                             |
| list            | List all registries                                        |
| login           | Authenticate with the container registry                   |
| logs            | Show activity logs for the registry                        |
| member          | Manage registry members (add/remove users)                 |
| password        | Show the password to access the registry                   |
| password-change | Change the password to access the registry                 |
| quota           | Check current registry storage usage and limits            |
| repo            | Manage container repositories within the registry          |
| resize          | Adjust storage quota for a registry                        |
| tag             | Manage tag immutability rules (prevent overwriting images) |

## 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 command.          |
| -r, --registry string | Specify the registry name to operate on |
