Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EventCmd = &cobra.Command{ Use: "event", Aliases: []string{"events"}, Short: "Retrieve and display recent Alpacon events.", Long: ` 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. `, Example: ` alpacon event alpacon events alpacon event -tail 10 -s myserver -u admin alpacon event --tail=10 --server=myserver --user=admin `, Run: runEvent, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.