> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/cloudeka-api-list/command-reference/cldkctl-ticket/comment-create.md).

# comment-create

The cldkctl ticket comment-create command allows you to add a new comment to an existing ticket. You can use this command to provide updates, clarifications, or additional information related to a ticket. Optional file attachments can also be included when submitting a comment.

## Usage

```
cldkctl ticket comment-create [ticket id] [flags]
```

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

1. Run the following command and replace \<ticket\_id> with your actual ticket ID:

```
cldkctl ticket comment-create <ticket_id>
```

2. The terminal will open an interactive form for adding a comment to the selected ticket.

<figure><img src="/files/pDJbtIfCDU6i6oyuh8Za" alt=""><figcaption></figcaption></figure>

3. Type your comment in the provided input field. Press Enter to submit the comment text.
4. You may attach a supporting file or screenshot. Type the file path and press Enter. If no attachment is required, simply press Enter again to skip.

<figure><img src="/files/zB8t5Z0Qvfn1fZXiT44f" alt=""><figcaption></figcaption></figure>

5. Once all fields are filled, you will be prompted to confirm:

<div align="left"><img src="/files/z5uo4NYa7o2O4DfJJFqF" alt="" height="87" width="584"></div>

* Press Y to proceed.
* Press N to abort ticket creation.

6. If successful, the system displays the confirmation message below:

<div align="left"><img src="/files/VMTeD6k1ItefAr89hNXN" alt="" height="59" width="584"></div>

## Flags

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

<table><thead><tr><th width="199.33331298828125">Flag</th><th>Description</th></tr></thead><tbody><tr><td>-h, --help</td><td>Help for the comment-create command.</td></tr></tbody></table>
