create
The cldkctl ticket create command allows you to create a new support ticket in your Cloudeka project. Through an interactive interface, you can specify the ticket subject, type, priority, category, and description. Once submitted, the ticket will be created and listed under your project’s active tickets.
Usage
cldkctl ticket create [flags]Aliases
create, addSteps
Follow the steps below to run and view the result of this command:
Run the following command in your terminal:
./cldkctl ticket createThe terminal will launch an interactive ticket creation form.

Enter the title or summary of your issue. This field is mandatory and cannot be left blank.
Select the project where the ticket will be created. If only one project is available, it is automatically prefilled
Choose the purpose of your ticket.
Select the urgency level for your ticket.
Choose a general category for your issue.
Select a more specific classification under the chosen category.

Choose the affected service or component.
Provide a detailed explanation of your issue or request. This field is mandatory and cannot be left blank.
Once all fields are filled, you will be prompted to confirm ticket creation:
Press Y to proceed.
Press N to abort ticket creation.

If the ticket is created successfully, the terminal displays the message “Ticket created successfully!”, followed by the generated ticket ID.
Flags
-h, --help
Help for the ticket create subcommand.
Last updated
