# artifact

The cldkctl registry artifact command manages artifacts within the container registry. This command allows you to create, update, delete, and organize artifacts. You can also manage labels and tags, perform security scans, and pull artifacts from the registry.

## Usage

```
cldkctl registry artifact [flags]
```

```
cldkctl registry artifact [command]

```

## Aliases

```
artifact, arc, art
```

## Available Commands

| Command | Description                          |
| ------- | ------------------------------------ |
| `label` | Manage labels for artifacts.         |
| `list`  | List all artifacts.                  |
| `pull`  | Pull an artifact from the registry.  |
| `scan`  | Manage security scans for artifacts. |
| `tag`   | Manage tags for artifacts.           |

## 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                             |
| ----------------------- | --------------------------------------- |
| `-a, --artifact string` | Specify artifact ID.                    |
| `-h, --help`            | Help for the registry artifact command. |
| `-p, --project string`  | Specify project ID.                     |
