# 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](/cloudeka-api-list/global-flags.md). 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.                     |


---

# 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/artifact.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.
