attachment-add

The cldkctl ticket attachment-add command allows you to upload and associate a file with a specific ticket. This is useful for adding screenshots, logs, or other supporting documents related to your issue or request.

Usage

cldkctl ticket attachment-add [ticket id] [flags]

Steps

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 attachment-add <ticket_id>
  1. You will be prompted to enter the file path of the document or image you want to upload.

  2. Provide the full path to the file you want to attach. This field is required — the command will not proceed if left blank.

  3. Press Enter to submit.

Flags

Flag
Description

-f, --file string

Path to the file to be attached (required).

-h, --help

Help for the attachment-add command.

Last updated