← 返回命令列表

Linux command

linode-cli-events 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

List events

linode-cli events list

View specific event

linode-cli events view [event_id]

Mark event as read

linode-cli events mark-read [event_id]

Mark event as seen

linode-cli events mark-seen [event_id]

List events in JSON format

linode-cli events list --json

Filter by action

linode-cli events list --action [linode_boot]

说明

linode-cli events manages Linode account events. Events track actions and changes in your infrastructure. The tool shows notifications about instance creation, reboots, resizes, and other activities.

参数

list
List all events.
view _ID_
View specific event.
mark-read _ID_
Mark event as read.
mark-seen _ID_
Mark event as seen.
--action _TYPE_
Filter by event action (e.g., linode_boot, linode_create, linode_reboot).
--json
Output in JSON format.
--help
Display help information.

FAQ

What is the linode-cli-events command used for?

linode-cli events manages Linode account events. Events track actions and changes in your infrastructure. The tool shows notifications about instance creation, reboots, resizes, and other activities.

How do I run a basic linode-cli-events example?

Run `linode-cli events list` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does list do in linode-cli-events?

List all events.