alpacon event
Retrieve and display a list of recent events from the Alpacon, with options to filter by server, user, and the number of events. Use the --tail flag to limit the output to the last N event entries. Specify a server with --server or filter events by user with --user to narrow down the results.
alpacon event [flags]
Aliases
alpacon event
alpacon events
Options
-h, --help help for event
-s, --server string Specify server for events
-t, --tail int Number of event entries to show from the end (default 25)
-u, --user string Specify request user for events
Examples
Display all recent events:
alpacon event
alpacon events
Limit output to last 10 events for a specific server and user:
alpacon event -tail 10 -s myserver -u admin
alpacon event --tail=10 --server=myserver --user=admin