leaderless gossip-based service discovery w/ consul compatibility
5

Configure Feed

Select the types of activity you want to include in your feed.

remove list alias

Jes Olson (May 23, 2026, 9:08 AM -0500) 5b06d720 f96d10a3

+1 -1
+1 -1
main.go
··· 31 31 switch os.Args[1] { 32 32 case "agent": 33 33 cli.RunAgent(args) 34 - case "members", "list": 34 + case "members": 35 35 cli.RunMembers(args) 36 36 case "status": 37 37 cli.RunStatus(args)