linode-cli-events

manages Linode account events

TLDR

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]

SYNOPSIS

linode-cli events subcommand [options]

DESCRIPTION

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.

PARAMETERS

SUBCOMMAND

Events operation.
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., linodeboot, linodecreate, linode_reboot).
--json
Output in JSON format.
--help
Display help information.

INSTALL

brew install linode-cli
nix profile install nixpkgs#linode-cli

CAVEATS

Requires authentication. Events have retention limits. Part of linode-cli.

HISTORY

linode-cli events is part of the Linode CLI for monitoring account activity and audit trails.

SEE ALSO

linode-cli(1), linode-cli-linodes(1)