Linux command
linode-cli-tickets 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
List tickets
linode-cli tickets list
View ticket
linode-cli tickets view [ticket_id]
Create ticket
linode-cli tickets create --summary "[Issue summary]" --description "[Details]"
Reply to ticket
linode-cli tickets reply [ticket_id] --description "[Reply text]"
说明
linode-cli tickets manages Linode support tickets. Create, view, and reply to support requests. Part of Linode CLI for cloud infrastructure management.
参数
- list
- List support tickets.
- view _id_
- View ticket details.
- create
- Create support ticket.
- reply _id_
- Reply to ticket.
- --summary _text_
- Ticket summary.
- --description _text_
- Ticket description.
FAQ
What is the linode-cli-tickets command used for?
linode-cli tickets manages Linode support tickets. Create, view, and reply to support requests. Part of Linode CLI for cloud infrastructure management.
How do I run a basic linode-cli-tickets example?
Run `linode-cli tickets list` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does list do in linode-cli-tickets?
List support tickets.