CLI entrypoint for running the server daemon. Parses flags, configures logging, and launches the service runtime. Key routines cover certs, daemon, operator, and unpack within the cli subsystem.
Go Files
builder.go – CLI commands for server-side payload building.
certs.go – CLI actions for certificate management.
cli.go – Root command setup and flag parsing for the server CLI.
daemon.go – Commands to run the server daemon and control lifecycle.