event

package
v0.4.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 1, 2025 License: MIT Imports: 4 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL