mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
18 lines
373 B
Markdown
18 lines
373 B
Markdown
![]() |
# linode-cli events
|
||
|
|
||
|
> Manage Linode events.
|
||
|
> See also: `linode-cli`.
|
||
|
> More information: <https://www.linode.com/docs/products/tools/cli/guides/events/>.
|
||
|
|
||
|
- View a list of events on your account:
|
||
|
|
||
|
`linode-cli events list`
|
||
|
|
||
|
- View details about a specific event:
|
||
|
|
||
|
`linode-cli events view {{event_id}}`
|
||
|
|
||
|
- Mark an event as read:
|
||
|
|
||
|
`linode-cli events mark-read {{event_id}}`
|