Skip to main content

ankra support

Create and track support requests for your organisation. Every request is reviewed by Ankra AI before it reaches the team, which may enrich it or flag low-quality submissions. Use —force on create to submit a flagged request anyway. ankra support create —subject “Nodes NotReady” —description ”…” —cluster prod ankra support list ankra support get <ticket-id> ankra support comment <ticket-id> —message “Any update?” ankra support close <ticket-id>

ankra support attach

Attach screenshots or images to a support request
ankra support attach <ticket-id> <file>... [flags]
Flags
FlagDefaultDescription
-o, --outputOutput format: json or yaml (default: human-readable)

ankra support close

Close a support request
ankra support close <ticket-id> [flags]
Flags
FlagDefaultDescription
--yesfalseSkip the confirmation prompt

ankra support comment

Add a reply to a support request
ankra support comment <ticket-id> [flags]
Flags
FlagDefaultDescription
-m, --messageReply message (required)
-o, --outputOutput format: json or yaml (default: human-readable)

ankra support create

Create a support request
ankra support create [flags]
Flags
FlagDefaultDescription
--categorytechnicalCategory: technical, account, billing, bug, feature_request, other
--clusterOptional related cluster (name or ID)
--descriptionDetailed description of the issue (required)
--forcefalseSkip the review prompt and submit even if flagged or a possible duplicate
-o, --outputOutput format: json or yaml (default: human-readable)
--severityOptional severity: low, medium, high, critical
--sourcecliOrigin of the request: cli or agent
--subjectShort summary of the issue (required)

ankra support get

Show a support request and its replies
ankra support get <ticket-id> [flags]
Flags
FlagDefaultDescription
-o, --outputOutput format: json or yaml (default: human-readable)

ankra support list

List support requests
ankra support list [flags]
Flags
FlagDefaultDescription
-o, --outputOutput format: json or yaml (default: human-readable)
--page1Page number
--page-size25Page size
-q, --queryFilter by subject text
--status[]Filter by status (repeatable)