linode-cli-*: update pages;move pages to common directory;linode-cli-{account,events,tickets,volumes}:add page

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

linode-cli: update description

linodes: update page

linode-cli-account: add page

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

linode-cli-events: add page

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

linode-cli-volumes: add page

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

linode-cli-tickets: add page

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

linode-cli: update page

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

linode-cli-domains: update page

Apply suggestions from code review

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
K.B.Dharun Krishna
2023-09-15 15:35:21 +05:30
parent f2d698157c
commit f28ae569d4
10 changed files with 109 additions and 9 deletions

View File

@@ -0,0 +1,21 @@
# linode-cli tickets
> Manage Linode Support Tickets.
> See also: `linode-cli`.
> More information: <https://www.linode.com/docs/products/tools/cli/guides/account/>.
- List your Support Tickets:
`linode-cli tickets list`
- Open a new Ticket:
`linode-cli tickets create --summary "{{Summary or quick title for the Ticket}}" --description "{{Detailed description of the issue}}"`
- List replies to a Ticket:
`linode-cli tickets replies {{ticket_id}}`
- Reply to a specific Ticket:
`linode-cli tickets reply {{ticket_id}} --description "{{The content of your reply}}"`